File tree Expand file tree Collapse file tree 6 files changed +10
-8
lines changed Expand file tree Collapse file tree 6 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 17
17
<key >CFBundlePackageType </key >
18
18
<string >APPL </string >
19
19
<key >CFBundleShortVersionString </key >
20
- <string >2.7 </string >
20
+ <string >2.7.1 </string >
21
21
<key >CFBundleSignature </key >
22
22
<string >???? </string >
23
23
<key >CFBundleVersion </key >
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ QMAKE_INFO_PLIST = QtSLiM_Info.plist
18
18
ICON = QtSLiM_AppIcon.icns
19
19
QMAKE_TARGET_BUNDLE_PREFIX = " org.messerlab"
20
20
QMAKE_BUNDLE = " SLiMgui" # This governs the location of our prefs, which we keep under org.messerlab.SLiMgui
21
- VERSION = 3.7
21
+ VERSION = 3.7.1
22
22
23
23
docIconFiles.files = $$PWD /QtSLiM_DocIcon.icns
24
24
docIconFiles.path = Contents/Resources
Original file line number Diff line number Diff line change 88
88
<key >CFBundlePackageType </key >
89
89
<string >APPL </string >
90
90
<key >CFBundleShortVersionString </key >
91
- <string >3.7 </string >
91
+ <string >3.7.1 </string >
92
92
<key >CFBundleSignature </key >
93
93
<string >???? </string >
94
94
<key >CFBundleVersion </key >
Original file line number Diff line number Diff line change @@ -8,6 +8,9 @@ The build numbers given here are visible in SLiMgui's about panel. They are not
8
8
9
9
10
10
development head:
11
+
12
+
13
+ version 3.7.1 (Eidos version 2.7.1):
11
14
fix a problem with the python recipe for recipe 18.13
12
15
fix printf format specifier on Windows that was causing issues with old compilers on conda
13
16
fix spurious "subpopulation p0 has already been used" errors in certain circumstances (#274), which was biting stdpopsim
@@ -16,7 +19,6 @@ development head:
16
19
fix the appearance of SLiMgui profile output when in dark mode (#270)
17
20
advance copyrights to 2022
18
21
fix recipes 17.8 and 17.9 to use sim_ancestry() instead of simulate()
19
-
20
22
21
23
version 3.7 (Eidos version 2.7)
22
24
change to allow .trees files to contain unreferenced empty subpops, to allow ancestral use of subpops that are now empty (see #168)
Original file line number Diff line number Diff line change @@ -41,8 +41,8 @@ class Subpopulation;
41
41
class SLiMEidosBlock ;
42
42
43
43
44
- #define SLIM_VERSION_STRING (" 3.7" )
45
- #define SLIM_VERSION_FLOAT (3.7 )
44
+ #define SLIM_VERSION_STRING (" 3.7.1 " )
45
+ #define SLIM_VERSION_FLOAT (3.71 )
46
46
47
47
48
48
// This should be called once at startup to give SLiM an opportunity to initialize static state
Original file line number Diff line number Diff line change @@ -53,8 +53,8 @@ class EidosScript;
53
53
class EidosToken ;
54
54
55
55
56
- #define EIDOS_VERSION_STRING (" 2.7" )
57
- #define EIDOS_VERSION_FLOAT (2.7 )
56
+ #define EIDOS_VERSION_STRING (" 2.7.1 " )
57
+ #define EIDOS_VERSION_FLOAT (2.71 )
58
58
59
59
60
60
// These should be called once at startup to give Eidos an opportunity to initialize static state
You can’t perform that action at this time.
0 commit comments