This commit is contained in:
thrust26 2019-04-03 18:32:58 +02:00
commit 20936a46a0
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

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