We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a40b83d commit d6f0f30Copy full SHA for d6f0f30
2 files changed
src/beast/base/core/BEASTVersion2.java
@@ -15,7 +15,7 @@ public class BEASTVersion2 extends BEASTVersion {
15
16
private static final String DATE_STRING = "2002-2025";
17
18
- private static final boolean IS_PRERELEASE = false;
+ private static final boolean IS_PRERELEASE = true;
19
//
20
// private static final String BEAST2_WEBPAGE = "http://beast2.org/";
21
src/beast/pkgmgmt/BEASTVersion.java
@@ -21,7 +21,7 @@ public class BEASTVersion extends Version {
22
23
24
25
26
private static final String PROGRAM_NAME = "BEAST";
27
0 commit comments