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.6 </string >
20
+ <string >2.7 </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.6
21
+ VERSION = 3.7
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.6 </string >
91
+ <string >3.7 </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 (Eidos version 2.7)
11
14
change to allow .trees files to contain unreferenced empty subpops, to allow ancestral use of subpops that are now empty (see #168)
12
15
disallow reuse of subpopulation ids if they have gone into the tree-sequence tables, to prevent collisions
13
16
change so that entries for unused subpops are not modified in population tables loaded from a tree sequence (PR #172)
@@ -90,7 +93,6 @@ development head:
90
93
updated to tskit 0.99.15 to try out C API 1.0 prerelease stuff
91
94
add [Ns$ timeUnit=NULL] parameter to initializeTreeSeq() to set the name of the tree-sequence recording time unit
92
95
93
-
94
96
version 3.6 (build 2784; Eidos version 2.6):
95
97
update to JSON for Modern C++ version 3.9.1
96
98
add metadata= parameter to treeSeqOutput(), to support user-generated metadata on the tree sequence
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.6 " )
45
- #define SLIM_VERSION_FLOAT (3.6 )
44
+ #define SLIM_VERSION_STRING (" 3.7 " )
45
+ #define SLIM_VERSION_FLOAT (3.7 )
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.6 " )
57
- #define EIDOS_VERSION_FLOAT (2.6 )
56
+ #define EIDOS_VERSION_STRING (" 2.7 " )
57
+ #define EIDOS_VERSION_FLOAT (2.7 )
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