diff --git a/src/moai-core/moai_version.h b/src/moai-core/moai_version.h index b1fa116e57..c44852a72f 100644 --- a/src/moai-core/moai_version.h +++ b/src/moai-core/moai_version.h @@ -4,8 +4,8 @@ // DO NOT EVER MODIFY THIS FILE // this file should *only* be touched by the build server - #define MOAI_SDK_VERSION_MAJOR 1 // int - #define MOAI_SDK_VERSION_MINOR 8 // int + #define MOAI_SDK_VERSION_MAJOR 2 // int + #define MOAI_SDK_VERSION_MINOR 0 // int #define MOAI_SDK_VERSION_REVISION 0 // int #endif