From 06426e4fd7bafe7338af151ae70eb562295ffa3f Mon Sep 17 00:00:00 2001 From: Michele Caini Date: Sun, 2 Sep 2018 22:44:19 +0200 Subject: [PATCH] updated version --- CMakeLists.txt | 2 +- TODO | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d32b3ce32d..26d1b31f2d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,7 @@ endif() # Project configuration # -project(EnTT VERSION 2.7.2) +project(EnTT VERSION 2.7.3) include(GNUInstallDirs) diff --git a/TODO b/TODO index 81c4ef897a..495a6e9f07 100644 --- a/TODO +++ b/TODO @@ -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)