Browse Source

now working on v3.8.0

Michele Caini 5 years ago
parent
commit
f3d10a97df
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/entt/config/version.h

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

@@ -3,8 +3,8 @@
 
 
 #define ENTT_VERSION_MAJOR 3
-#define ENTT_VERSION_MINOR 7
-#define ENTT_VERSION_PATCH 1
+#define ENTT_VERSION_MINOR 8
+#define ENTT_VERSION_PATCH 0
 
 
 #endif