Browse Source

now working on EnTT v3.2.0

Michele Caini 6 năm trước cách đây
mục cha
commit
1232398742
2 tập tin đã thay đổi với 4 bổ sung4 xóa
  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.1.1)
+project(EnTT VERSION 3.2.0)
 
 
 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.1.1"
+#define ENTT_VERSION "3.2.0"
 #define ENTT_VERSION_MAJOR 3
 #define ENTT_VERSION_MAJOR 3
-#define ENTT_VERSION_MINOR 1
-#define ENTT_VERSION_PATCH 1
+#define ENTT_VERSION_MINOR 2
+#define ENTT_VERSION_PATCH 0
 
 
 
 
 #endif // ENTT_CONFIG_VERSION_H
 #endif // ENTT_CONFIG_VERSION_H