Selaa lähdekoodia

now working on v3.1.0

Michele Caini 7 vuotta sitten
vanhempi
commit
356c0ab594
2 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  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.0.0)
+project(EnTT VERSION 3.1.0)
 
 include(GNUInstallDirs)
 

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

@@ -2,9 +2,9 @@
 #define ENTT_CONFIG_VERSION_H
 
 
-#define ENTT_VERSION "3.0.0"
+#define ENTT_VERSION "3.1.0"
 #define ENTT_VERSION_MAJOR 3
-#define ENTT_VERSION_MINOR 0
+#define ENTT_VERSION_MINOR 1
 #define ENTT_VERSION_PATCH 0