diff --git a/src/bayes.c b/src/bayes.c index dcb5b33d..3596741a 100644 --- a/src/bayes.c +++ b/src/bayes.c @@ -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; diff --git a/src/bayes.h b/src/bayes.h index 58c6f00e..ee070982 100644 --- a/src/bayes.h +++ b/src/bayes.h @@ -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