Skip to content

Commit

Permalink
Update version strings in code
Browse files Browse the repository at this point in the history
  • Loading branch information
kusalananda committed Feb 13, 2019
1 parent 93e53cf commit d500166
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/bayes.c
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ int main (int argc, char *argv[])
# if defined (__MWERKS__) & defined (MAC_VERSION)
/* Set up interface when using the Metrowerks compiler. This
should work for either Macintosh or Windows. */
SIOUXSetTitle("\pMrBayes v3.2");
SIOUXSetTitle("\pMrBayes v3.2.7");
SIOUXSettings.fontface = 0; /* plain=0; bold=1 */
SIOUXSettings.setupmenus = 0;
SIOUXSettings.autocloseonquit = 1;
Expand Down
2 changes: 1 addition & 1 deletion src/bayes.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# define VERSION_NUMBER PACKAGE_VERSION
#elif !defined (XCODE_VERSION) /* some defaults that would otherwise be guessed by configure */
# define PACKAGE_NAME "MrBayes"
# define PACKAGE_VERSION "3.2.7-dev"
# define PACKAGE_VERSION "3.2.7"
# define HOST_CPU "x86_64"
# define VERSION_NUMBER PACKAGE_VERSION
# undef HAVE_LIBREADLINE
Expand Down

0 comments on commit d500166

Please sign in to comment.