소스 검색

now working on v3.1.0

Michele Caini 6 년 전
부모
커밋
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(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