now working on v3.2.2

This commit is contained in:
Michele Caini
2019-12-19 09:18:41 +01:00
parent e7f6d93a1e
commit 510cfcf1fc
2 changed files with 3 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ endif()
# Project configuration
#
project(EnTT VERSION 3.2.1 LANGUAGES CXX)
project(EnTT VERSION 3.2.2 LANGUAGES CXX)
include(GNUInstallDirs)

View File

@@ -2,10 +2,10 @@
#define ENTT_CONFIG_VERSION_H
#define ENTT_VERSION "3.2.1"
#define ENTT_VERSION "3.2.2"
#define ENTT_VERSION_MAJOR 3
#define ENTT_VERSION_MINOR 2
#define ENTT_VERSION_PATCH 1
#define ENTT_VERSION_PATCH 2
#endif // ENTT_CONFIG_VERSION_H