Skip to content

Commit b442532

Browse files
committed
Update versions to 1.13
1 parent a0c53ae commit b442532

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

macos/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
<key>CFBundlePackageType</key>
2020
<string>APPL</string>
2121
<key>CFBundleVersion</key>
22-
<string>1.12.0</string>
22+
<string>1.13.0</string>
2323
<key>CFBundleShortVersionString</key>
24-
<string>1.12.0</string>
24+
<string>1.13.0</string>
2525
<key>CFBundleSignature</key>
2626
<string>????</string>
2727
<key>CFBundleSupportedPlatforms</key>

src/brogue/Rogue.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
// Brogue version number (for main engine)
4242
#define BROGUE_MAJOR 1
43-
#define BROGUE_MINOR 12
43+
#define BROGUE_MINOR 13
4444
#define BROGUE_PATCH 0
4545

4646
// Expanding a macro as a string constant requires two levels of macros

0 commit comments

Comments
 (0)