diff --git a/Obelisk/CMakeLists.txt b/Obelisk/CMakeLists.txt index 1e60dd4d..84886fb1 100644 --- a/Obelisk/CMakeLists.txt +++ b/Obelisk/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required (VERSION 3.17) project (Obelisk - VERSION 1.0 + VERSION 1.0.1.0 DESCRIPTION "Obelisk, The game application entry point" LANGUAGES CXX ) diff --git a/Panzerfaust/CMakeLists.txt b/Panzerfaust/CMakeLists.txt index b211abbe..473949b1 100644 --- a/Panzerfaust/CMakeLists.txt +++ b/Panzerfaust/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required (VERSION 3.17) project (Panzerfaust - VERSION 1.0 + VERSION 1.0.1.0 DESCRIPTION "Panzerfaust, the ZEngine Launcher" ) diff --git a/Tetragrama/CMakeLists.txt b/Tetragrama/CMakeLists.txt index 3588684a..8d2b1a3f 100644 --- a/Tetragrama/CMakeLists.txt +++ b/Tetragrama/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required (VERSION 3.17) project (Tetragrama - VERSION 1.0 + VERSION 1.0.1.0 DESCRIPTION "Tetragrama, the ZEngine Editor" LANGUAGES CXX ) diff --git a/ZEngine/CMakeLists.txt b/ZEngine/CMakeLists.txt index e7f60b3f..7bbac46b 100644 --- a/ZEngine/CMakeLists.txt +++ b/ZEngine/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required (VERSION 3.17) project (ZEngine - VERSION 1.0 + VERSION 1.0.1.0 DESCRIPTION "ZEngine is the core engine lib that provides abstraction on top of OpenGL/DirectX/Metal" LANGUAGES CXX C )