-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
44 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,41 @@ | ||
#pragma once | ||
|
||
#define MIHAJONG_MAJOR_VER 2 | ||
#define MIHAJONG_MINOR_VER 3 | ||
#define MIHAJONG_PATCH_VER 5 | ||
#define MIHAJONG_VER "2.3.5" | ||
#define MIHAJONG_MINOR_VER 4 | ||
#define MIHAJONG_PATCH_VER 0 | ||
#define MIHAJONG_VER "2.4.0" | ||
|
||
#define MJCORE_MAJOR_VER 2 | ||
#define MJCORE_MINOR_VER 3 | ||
#define MJCORE_PATCH_VER 5 | ||
#define MJCORE_VER "2.3.5" | ||
#define MJCORE_MINOR_VER 4 | ||
#define MJCORE_PATCH_VER 0 | ||
#define MJCORE_VER "2.4.0" | ||
|
||
#define LOGGER_MAJOR_VER 2 | ||
#define LOGGER_MINOR_VER 3 | ||
#define LOGGER_MINOR_VER 4 | ||
#define LOGGER_PATCH_VER 0 | ||
#define LOGGER_VER "2.3.0" | ||
#define LOGGER_VER "2.4.0" | ||
|
||
#define ASTRO_MAJOR_VER 2 | ||
#define ASTRO_MINOR_VER 3 | ||
#define ASTRO_MINOR_VER 4 | ||
#define ASTRO_PATCH_VER 0 | ||
#define ASTRO_VER "2.3.0" | ||
#define ASTRO_VER "2.4.0" | ||
|
||
#define SOCKET_MAJOR_VER 2 | ||
#define SOCKET_MINOR_VER 3 | ||
#define SOCKET_PATCH_VER 2 | ||
#define SOCKET_VER "2.3.2" | ||
#define SOCKET_MINOR_VER 4 | ||
#define SOCKET_PATCH_VER 0 | ||
#define SOCKET_VER "2.4.0" | ||
|
||
#define SOUND_MAJOR_VER 2 | ||
#define SOUND_MINOR_VER 3 | ||
#define SOUND_PATCH_VER 2 | ||
#define SOUND_VER "2.3.2" | ||
#define SOUND_MINOR_VER 4 | ||
#define SOUND_PATCH_VER 0 | ||
#define SOUND_VER "2.4.0" | ||
|
||
#define GRAPHIC_MAJOR_VER 2 | ||
#define GRAPHIC_MINOR_VER 3 | ||
#define GRAPHIC_PATCH_VER 4 | ||
#define GRAPHIC_VER "2.3.4" | ||
#define GRAPHIC_MINOR_VER 4 | ||
#define GRAPHIC_PATCH_VER 0 | ||
#define GRAPHIC_VER "2.4.0" | ||
|
||
#define CONFIG_MAJOR_VER 2 | ||
#define CONFIG_MINOR_VER 3 | ||
#define CONFIG_MINOR_VER 4 | ||
#define CONFIG_PATCH_VER 0 | ||
#define CONFIG_VER "2.3.0" | ||
#define CONFIG_VER "2.4.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters