Increase release version to beta1, for upcoming R77 test.

This commit is contained in:
Stephen Anthony 2019-04-02 20:01:03 -02:30
parent e2f5be4725
commit 63d7a3f929
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -431,4 +431,4 @@ int StellaSettingsDialog::valueToLevel(int value)
return i;
}
return 0;
}
}