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 +}