From 75a77b78e478ea08f9b175f40e9760b6160ea4dc Mon Sep 17 00:00:00 2001 From: Stephen Anthony Date: Fri, 10 May 2019 09:24:55 -0230 Subject: [PATCH] Update for next beta release. --- src/common/Version.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/Version.hxx b/src/common/Version.hxx index caf562999..2f1351d18 100644 --- a/src/common/Version.hxx +++ b/src/common/Version.hxx @@ -18,7 +18,7 @@ #ifndef VERSION_HXX #define VERSION_HXX -#define STELLA_VERSION "6.1_beta1" -#define STELLA_BUILD "4877" +#define STELLA_VERSION "6.1_beta2" +#define STELLA_BUILD "5067" #endif