updated version

This commit is contained in:
Michele Caini
2018-09-02 22:44:19 +02:00
parent c55a97c24d
commit 06426e4fd7
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ endif()
# Project configuration
#
project(EnTT VERSION 2.7.2)
project(EnTT VERSION 2.7.3)
include(GNUInstallDirs)

2
TODO
View File

@@ -13,5 +13,5 @@
* reflection system (maybe)
* C++17. That's all.
* AOB
* lower case names (?)
* tag_t and the others, create constexpr var
* namespace scope separation (entt::ecs, entt::signal, and so on)