mirror of https://github.com/stella-emu/stella.git
Increase release version to beta1, for upcoming R77 test.
This commit is contained in:
parent
e2f5be4725
commit
63d7a3f929
|
@ -18,7 +18,7 @@
|
||||||
#ifndef VERSION_HXX
|
#ifndef VERSION_HXX
|
||||||
#define VERSION_HXX
|
#define VERSION_HXX
|
||||||
|
|
||||||
#define STELLA_VERSION "6.1_pre"
|
#define STELLA_VERSION "6.1_beta1"
|
||||||
#define STELLA_BUILD "4705"
|
#define STELLA_BUILD "4877"
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -431,4 +431,4 @@ int StellaSettingsDialog::valueToLevel(int value)
|
||||||
return i;
|
return i;
|
||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue