now working on v3.3.0

This commit is contained in:
Michele Caini
2019-10-29 23:51:33 +01:00
parent 89dc76e3b2
commit b15cb46a6d
2 changed files with 4 additions and 4 deletions

View File

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

View File

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