diff --git a/src/version.h b/src/version.h index 92eb53d6..7c443e7e 100644 --- a/src/version.h +++ b/src/version.h @@ -19,7 +19,7 @@ * 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 #define __FCEU_VERSION @@ -60,8 +60,8 @@ #define FCEU_COMPILER_DETAIL "" #endif -#define FCEU_VERSION_NUMERIC 22010 -#define FCEU_VERSION_STRING "2.2.1" FCEU_SUBVERSION_STRING FCEU_FEATURE_STRING FCEU_COMPILER +#define FCEU_VERSION_NUMERIC 22020 +#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 #endif