diff --git a/core/shared/include/pragma/engine_version.h b/core/shared/include/pragma/engine_version.h index d5a2edf39..6ab2ae6be 100644 --- a/core/shared/include/pragma/engine_version.h +++ b/core/shared/include/pragma/engine_version.h @@ -13,8 +13,8 @@ #include #define ENGINE_VERSION_MAJOR 1 -#define ENGINE_VERSION_MINOR 0 -#define ENGINE_VERSION_REVISION 5 +#define ENGINE_VERSION_MINOR 1 +#define ENGINE_VERSION_REVISION 0 namespace util { struct DLLSHUTIL Version;