Explorar el Código

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

Michele Caini hace 6 años
padre
commit
4931c9cd9b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/entt/config/version.h

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

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