mirror of https://github.com/stella-emu/stella.git
Merge branch 'master' of https://github.com/stella-emu/stella
This commit is contained in:
commit
20936a46a0
|
@ -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
|
||||
|
|
|
@ -414,4 +414,4 @@ int StellaSettingsDialog::valueToLevel(int value)
|
|||
return i;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue