Skip to content

Commit

Permalink
increment version to 4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bhaller committed May 5, 2024
1 parent 5a1d519 commit 834f9b8
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion EidosScribe/EidosScribe-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>3.2.1</string>
<string>3.2.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion EidosScribe/EidosScribe_multi-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>3.2.1</string>
<string>3.2.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion QtSLiM/QtSLiM.pro
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ QMAKE_INFO_PLIST = QtSLiM_Info.plist
ICON = QtSLiM_AppIcon.icns
QMAKE_TARGET_BUNDLE_PREFIX = "org.messerlab"
QMAKE_BUNDLE = "SLiMgui" # This governs the location of our prefs, which we keep under org.messerlab.SLiMgui
VERSION = 4.2.1
VERSION = 4.2.2

docIconFiles.files = $$PWD/QtSLiM_DocIcon.icns
docIconFiles.path = Contents/Resources
Expand Down
2 changes: 1 addition & 1 deletion SLiMgui/SLiMguiLegacy-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>4.2.1</string>
<string>4.2.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion SLiMgui/SLiMguiLegacy_multi-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>4.2.1</string>
<string>4.2.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
4 changes: 3 additions & 1 deletion VERSIONS
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ Note that not every commit will be logged here; that is what the Github commit h


development head (in the master branch):


version 4.2.2 (Eidos version 3.2.2):
fix SLiMgui crash with code completion
fix spurious VCF reading error (number of calls not equal to number of samples) due to incorrect usage of eof()


version 4.2.1 (Eidos version 3.2.1):
fix an issue in Linux release/installer builds with FORTIFY_SOURCE=3 (resulting in a "buffer overflow" error in self-test and in treeSeqOutput())
Expand Down
4 changes: 2 additions & 2 deletions core/slim_globals.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ class SLiMEidosBlock;


// SLiM version: see also Info.plist and QtSLiM.pro
#define SLIM_VERSION_STRING ("4.2.1")
#define SLIM_VERSION_FLOAT (4.21)
#define SLIM_VERSION_STRING ("4.2.2")
#define SLIM_VERSION_FLOAT (4.22)


// This should be called once at startup to give SLiM an opportunity to initialize static state
Expand Down
4 changes: 2 additions & 2 deletions eidos/eidos_globals.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ class EidosToken;


// Eidos version: See also Info.plist
#define EIDOS_VERSION_STRING ("3.2.1")
#define EIDOS_VERSION_FLOAT (3.21)
#define EIDOS_VERSION_STRING ("3.2.2")
#define EIDOS_VERSION_FLOAT (3.22)


#ifdef _OPENMP
Expand Down

0 comments on commit 834f9b8

Please sign in to comment.