Explorar el Código

ready to cut v3.7.1 (general quality of life improvements, no bug fixes, no new feature)

Michele Caini hace 5 años
padre
commit
94292872dc
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 7
-#define ENTT_VERSION_PATCH 0
+#define ENTT_VERSION_PATCH 1
 
 
 #endif