version bump to 2.2.2; comment public release
This commit is contained in:
parent
db78090cbc
commit
aaf36702a1
|
@ -19,7 +19,7 @@
|
||||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define PUBLIC_RELEASE // uncomment this when making a public release, but comment back before committing
|
//#define PUBLIC_RELEASE // uncomment this when making a public release, but comment back before committing
|
||||||
|
|
||||||
#ifndef __FCEU_VERSION
|
#ifndef __FCEU_VERSION
|
||||||
#define __FCEU_VERSION
|
#define __FCEU_VERSION
|
||||||
|
@ -60,8 +60,8 @@
|
||||||
#define FCEU_COMPILER_DETAIL ""
|
#define FCEU_COMPILER_DETAIL ""
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define FCEU_VERSION_NUMERIC 22010
|
#define FCEU_VERSION_NUMERIC 22020
|
||||||
#define FCEU_VERSION_STRING "2.2.1" FCEU_SUBVERSION_STRING FCEU_FEATURE_STRING FCEU_COMPILER
|
#define FCEU_VERSION_STRING "2.2.2" FCEU_SUBVERSION_STRING FCEU_FEATURE_STRING FCEU_COMPILER
|
||||||
#define FCEU_NAME_AND_VERSION FCEU_NAME " " FCEU_VERSION_STRING
|
#define FCEU_NAME_AND_VERSION FCEU_NAME " " FCEU_VERSION_STRING
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue