Browse Source

ready to cut version 3.10.1

Michele Caini 3 years ago
parent
commit
6b2aff821c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/entt/config/version.h

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

@@ -5,7 +5,7 @@
 
 #define ENTT_VERSION_MAJOR 3
 #define ENTT_VERSION_MINOR 10
-#define ENTT_VERSION_PATCH 0
+#define ENTT_VERSION_PATCH 1
 
 #define ENTT_VERSION \
     ENTT_XSTR(ENTT_VERSION_MAJOR) \