Explorar el Código

build system: updated version, now working on v3.4.0

Michele Caini hace 6 años
padre
commit
fc0caec1a4
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 3
-#define ENTT_VERSION_PATCH 2
+#define ENTT_VERSION_MINOR 4
+#define ENTT_VERSION_PATCH 0
 
 
 #endif