Michele Caini 7 лет назад
Родитель
Сommit
06426e4fd7
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      CMakeLists.txt
  2. 1 1
      TODO

+ 1 - 1
CMakeLists.txt

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

+ 1 - 1
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)