Skip to content

Commit f5dab1f

Browse files
committed
Version updated to 1 Alpha 1.
1 parent 89ce143 commit f5dab1f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crucible island.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>1d</string>
24+
<string>1a1</string>
2525
<key>LSApplicationCategoryType</key>
2626
<string>public.app-category.arcade-games</string>
2727
<key>LSMinimumSystemVersion</key>

src/core/GameSystem.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#define PROGRAM_VERSION "1"
1212

1313
// Build identifier string (DEVEL | ALPHA# | BETA# | STABLE)
14-
#define PROGRAM_BUILDSTRING "DEVEL"
14+
#define PROGRAM_BUILDSTRING "ALPHA1"
1515

1616
#include <cstdlib>
1717
#include <map>

0 commit comments

Comments
 (0)