We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0c53ae commit b442532Copy full SHA for b442532
macos/Info.plist
@@ -19,9 +19,9 @@
19
<key>CFBundlePackageType</key>
20
<string>APPL</string>
21
<key>CFBundleVersion</key>
22
- <string>1.12.0</string>
+ <string>1.13.0</string>
23
<key>CFBundleShortVersionString</key>
24
25
<key>CFBundleSignature</key>
26
<string>????</string>
27
<key>CFBundleSupportedPlatforms</key>
src/brogue/Rogue.h
@@ -40,7 +40,7 @@
40
41
// Brogue version number (for main engine)
42
#define BROGUE_MAJOR 1
43
-#define BROGUE_MINOR 12
+#define BROGUE_MINOR 13
44
#define BROGUE_PATCH 0
45
46
// Expanding a macro as a string constant requires two levels of macros
0 commit comments