Skip to content

Commit acf0f08

Browse files
committed
increment version to SLiM 5.0 (Eidos 4.0)
1 parent b826116 commit acf0f08

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

EidosScribe/EidosScribe-Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>3.3</string>
20+
<string>4.0</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>

EidosScribe/EidosScribe_multi-Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>3.3</string>
20+
<string>4.0</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>

QtSLiM/QtSLiM.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ QMAKE_INFO_PLIST = QtSLiM_Info.plist
2121
ICON = QtSLiM_AppIcon.icns
2222
QMAKE_TARGET_BUNDLE_PREFIX = "org.messerlab"
2323
QMAKE_BUNDLE = "SLiMgui" # This governs the location of our prefs, which we keep under org.messerlab.SLiMgui
24-
VERSION = 4.3
24+
VERSION = 5.0
2525

2626
docIconFiles.files = $$PWD/QtSLiM_DocIcon.icns
2727
docIconFiles.path = Contents/Resources

SLiMgui/SLiMguiLegacy-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.3</string>
91+
<string>5.0</string>
9292
<key>CFBundleSignature</key>
9393
<string>????</string>
9494
<key>CFBundleVersion</key>

SLiMgui/SLiMguiLegacy_multi-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.3</string>
91+
<string>5.0</string>
9292
<key>CFBundleSignature</key>
9393
<string>????</string>
9494
<key>CFBundleVersion</key>

core/slim_globals.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ class SLiMEidosBlock;
4444

4545

4646
// SLiM version: see also Info.plist and QtSLiM.pro
47-
#define SLIM_VERSION_STRING ("4.3")
48-
#define SLIM_VERSION_FLOAT (4.3)
47+
#define SLIM_VERSION_STRING ("5.0")
48+
#define SLIM_VERSION_FLOAT (5.0)
4949

5050

5151
// This should be called once at startup to give SLiM an opportunity to initialize static state

eidos/eidos_globals.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ class EidosToken;
5656

5757

5858
// Eidos version: See also Info.plist
59-
#define EIDOS_VERSION_STRING ("3.3")
60-
#define EIDOS_VERSION_FLOAT (3.3)
59+
#define EIDOS_VERSION_STRING ("4.0")
60+
#define EIDOS_VERSION_FLOAT (4.0)
6161

6262

6363
#ifdef _OPENMP

0 commit comments

Comments
 (0)