version bump to 2.2.2; comment public release

This commit is contained in:
punkrockguy318 2013-03-10 22:09:01 +00:00
parent db78090cbc
commit aaf36702a1
1 changed files with 3 additions and 3 deletions

View File

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