now working on v3.2.2
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user