From 63d7a3f9297a5374cc9df6824eefca1d4a9c1fbd Mon Sep 17 00:00:00 2001 From: Stephen Anthony Date: Tue, 2 Apr 2019 20:01:03 -0230 Subject: [PATCH] Increase release version to beta1, for upcoming R77 test. --- src/common/Version.hxx | 4 ++-- src/gui/StellaSettingsDialog.cxx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/common/Version.hxx b/src/common/Version.hxx index 37a3cc2dc..caf562999 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_pre" -#define STELLA_BUILD "4705" +#define STELLA_VERSION "6.1_beta1" +#define STELLA_BUILD "4877" #endif diff --git a/src/gui/StellaSettingsDialog.cxx b/src/gui/StellaSettingsDialog.cxx index 2ca65decd..caff72b51 100644 --- a/src/gui/StellaSettingsDialog.cxx +++ b/src/gui/StellaSettingsDialog.cxx @@ -431,4 +431,4 @@ int StellaSettingsDialog::valueToLevel(int value) return i; } return 0; -} \ No newline at end of file +}