Skip to content

Commit bdd03d4

Browse files
committed
move version from 4.0beta1 to 4.0
1 parent cf68b39 commit bdd03d4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

SLiMgui/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
<key>CFBundlePackageType</key>
8989
<string>APPL</string>
9090
<key>CFBundleShortVersionString</key>
91-
<string>4.0beta1</string>
91+
<string>4.0</string>
9292
<key>CFBundleSignature</key>
9393
<string>????</string>
9494
<key>CFBundleVersion</key>

core/slim_globals.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class Subpopulation;
4242
class SLiMEidosBlock;
4343

4444

45-
#define SLIM_VERSION_STRING ("4.0beta1")
45+
#define SLIM_VERSION_STRING ("4.0")
4646
#define SLIM_VERSION_FLOAT (4.0)
4747

4848

0 commit comments

Comments
 (0)