We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf68b39 commit bdd03d4Copy full SHA for bdd03d4
2 files changed
SLiMgui/Info.plist
@@ -88,7 +88,7 @@
88
<key>CFBundlePackageType</key>
89
<string>APPL</string>
90
<key>CFBundleShortVersionString</key>
91
- <string>4.0beta1</string>
+ <string>4.0</string>
92
<key>CFBundleSignature</key>
93
<string>????</string>
94
<key>CFBundleVersion</key>
core/slim_globals.h
@@ -42,7 +42,7 @@ class Subpopulation;
42
class SLiMEidosBlock;
43
44
45
-#define SLIM_VERSION_STRING ("4.0beta1")
+#define SLIM_VERSION_STRING ("4.0")
46
#define SLIM_VERSION_FLOAT (4.0)
47
48
0 commit comments