Explorar el Código

now working on v3.2.2

Michele Caini hace 6 años
padre
commit
510cfcf1fc
Se han modificado 2 ficheros con 3 adiciones y 3 borrados
  1. 1 1
      CMakeLists.txt
  2. 2 2
      src/entt/config/version.h

+ 1 - 1
CMakeLists.txt

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

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

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