File tree 4 files changed +11
-4
lines changed
4 files changed +11
-4
lines changed Original file line number Diff line number Diff line change
1
+ 1.14.1
2
+ ======
3
+
4
+ - Fixed an issue with the RapidBrogue seed catalog which prevented altars from being listed.
5
+ - Fixed the build for the curses/terminal version.
6
+
7
+
1
8
1.14
2
9
====
3
10
Original file line number Diff line number Diff line change 19
19
<key >CFBundlePackageType </key >
20
20
<string >APPL </string >
21
21
<key >CFBundleVersion </key >
22
- <string >1.14.0 </string >
22
+ <string >1.14.1 </string >
23
23
<key >CFBundleShortVersionString </key >
24
- <string >1.14.0 </string >
24
+ <string >1.14.1 </string >
25
25
<key >CFBundleSignature </key >
26
26
<string >???? </string >
27
27
<key >CFBundleSupportedPlatforms </key >
Original file line number Diff line number Diff line change 37
37
// Brogue version number (for main engine)
38
38
#define BROGUE_MAJOR 1
39
39
#define BROGUE_MINOR 14
40
- #define BROGUE_PATCH 0
40
+ #define BROGUE_PATCH 1
41
41
42
42
// Expanding a macro as a string constant requires two levels of macros
43
43
#define _str (x ) #x
Original file line number Diff line number Diff line change @@ -978,7 +978,7 @@ const char *mainMenuTitle_RapidBrogue =
978
978
979
979
#define RAPID_BROGUE_MAJOR 1
980
980
#define RAPID_BROGUE_MINOR 6
981
- #define RAPID_BROGUE_PATCH 0
981
+ #define RAPID_BROGUE_PATCH 1
982
982
983
983
// Brogue version: what the user sees in the menu and title
984
984
#define RAPID_BROGUE_VERSION_STRING "RB " STRINGIFY(RAPID_BROGUE_MAJOR) "." STRINGIFY(RAPID_BROGUE_MINOR) "." STRINGIFY(RAPID_BROGUE_PATCH) BROGUE_EXTRA_VERSION
You can’t perform that action at this time.
0 commit comments