Explorar el Código

now working on v3.8.0

Michele Caini hace 5 años
padre
commit
f3d10a97df
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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