Explorar el Código

now working on EnTT v3.2.0

Michele Caini hace 7 años
padre
commit
1232398742
Se han modificado 2 ficheros con 4 adiciones y 4 borrados
  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