Ver Fonte

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

Michele Caini há 5 anos atrás
pai
commit
94292872dc
1 ficheiros alterados com 1 adições e 1 exclusões
  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