Michele Caini 6 лет назад
Родитель
Сommit
356c0ab594
2 измененных файлов с 3 добавлено и 3 удалено
  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 configuration
 #
 #
 
 
-project(EnTT VERSION 3.0.0)
+project(EnTT VERSION 3.1.0)
 
 
 include(GNUInstallDirs)
 include(GNUInstallDirs)
 
 

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

@@ -2,9 +2,9 @@
 #define ENTT_CONFIG_VERSION_H
 #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_MAJOR 3
-#define ENTT_VERSION_MINOR 0
+#define ENTT_VERSION_MINOR 1
 #define ENTT_VERSION_PATCH 0
 #define ENTT_VERSION_PATCH 0