-
Notifications
You must be signed in to change notification settings - Fork 101
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
2 changed files
with
5 additions
and
5 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,6 +1,6 @@ | ||
{ | ||
"Game" : "Sonic 3 - Angel Island Revisited", | ||
"Author" : "Eukaryot (original game by SEGA)", | ||
"Version" : "23.11.12.0", | ||
"GameAppBuild" : "0x23111200" | ||
"Version" : "23.11.12.1", | ||
"GameAppBuild" : "0x23111201" | ||
} |
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,4 +1,4 @@ | ||
#define BUILD_NUMBER 0x23111200 | ||
#define BUILD_VERSION 23,11,12,0 | ||
#define BUILD_STRING "23.11.12.0" | ||
#define BUILD_NUMBER 0x23111201 | ||
#define BUILD_VERSION 23,11,12,1 | ||
#define BUILD_STRING "23.11.12.1" | ||
#define BUILD_VARIANT "TEST" // Used for update check as well, use one the following: "TEST", "BETA", "PREVIEW", or "" (for stable releases) |