Browse Source

updated version

Michele Caini 7 years ago
parent
commit
06426e4fd7
2 changed files with 2 additions and 2 deletions
  1. 1 1
      CMakeLists.txt
  2. 1 1
      TODO

+ 1 - 1
CMakeLists.txt

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

+ 1 - 1
TODO

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