Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Obelisk/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required (VERSION 3.17)

project (Obelisk
VERSION 1.0
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

based on the discussion happening here #518, I think it should be 0.2.0

VERSION 1.0.1.0
DESCRIPTION "Obelisk, The game application entry point"
LANGUAGES CXX
)
Expand Down
2 changes: 1 addition & 1 deletion Panzerfaust/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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"
)

Expand Down
2 changes: 1 addition & 1 deletion Tetragrama/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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
)
Expand Down
2 changes: 1 addition & 1 deletion ZEngine/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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
)
Expand Down
Loading