Skip to content

Commit

Permalink
bump version number #1131
Browse files Browse the repository at this point in the history
  • Loading branch information
rbouckaert committed Oct 8, 2023
1 parent a5e21bd commit dc30e40
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions release/common/README.txt
@@ -1,7 +1,7 @@
BEAST v2.7.4 2023
BEAST v2.7.6 2023
Beast 2 development team 2011-2023

Last updated: March 2023
Last updated: October 2023

Contents:
1) INTRODUCTION
Expand Down
2 changes: 1 addition & 1 deletion src/beast/base/core/BEASTVersion2.java
Expand Up @@ -11,7 +11,7 @@ public class BEASTVersion2 extends BEASTVersion {
/**
* Version string: assumed to be in format x.x.x
*/
private static final String VERSION = "2.7.5";
private static final String VERSION = "2.7.6";

private static final String DATE_STRING = "2002-2023";

Expand Down
2 changes: 1 addition & 1 deletion src/beast/pkgmgmt/BEASTVersion.java
Expand Up @@ -17,7 +17,7 @@ public class BEASTVersion extends Version {
/**
* Version string: assumed to be in format x.x.x
*/
private static final String VERSION = "2.7.5";
private static final String VERSION = "2.7.6";

private static final String DATE_STRING = "2002-2023";

Expand Down

0 comments on commit dc30e40

Please sign in to comment.