浏览代码

now working on v3.3.0

Michele Caini 6 年之前
父节点
当前提交
b15cb46a6d
共有 2 个文件被更改,包括 4 次插入4 次删除
  1. 1 1
      CMakeLists.txt
  2. 3 3
      src/entt/config/version.h

+ 1 - 1
CMakeLists.txt

@@ -16,7 +16,7 @@ endif()
 # Project configuration
 # Project configuration
 #
 #
 
 
-project(EnTT VERSION 3.2.2 LANGUAGES CXX)
+project(EnTT VERSION 3.3.0 LANGUAGES CXX)
 
 
 include(GNUInstallDirs)
 include(GNUInstallDirs)
 
 

+ 3 - 3
src/entt/config/version.h

@@ -2,10 +2,10 @@
 #define ENTT_CONFIG_VERSION_H
 #define ENTT_CONFIG_VERSION_H
 
 
 
 
-#define ENTT_VERSION "3.2.2"
+#define ENTT_VERSION "3.3.0"
 #define ENTT_VERSION_MAJOR 3
 #define ENTT_VERSION_MAJOR 3
-#define ENTT_VERSION_MINOR 2
-#define ENTT_VERSION_PATCH 2
+#define ENTT_VERSION_MINOR 3
+#define ENTT_VERSION_PATCH 0
 
 
 
 
 #endif // ENTT_CONFIG_VERSION_H
 #endif // ENTT_CONFIG_VERSION_H