change version

This commit is contained in:
bailehuni 2024-03-19 11:58:40 +00:00
parent 5b4dc87165
commit 8aa8085f69
3 changed files with 4 additions and 2 deletions

View File

@ -8,7 +8,7 @@ option(ENGINE_BUILD_TEST "Compile the test program" ON)
SET(CMAKE_CONFIGURATION_TYPES "Debug;Release;RelWithDebInfo")
project(engine LANGUAGES CXX C
VERSION "0.1.0"
VERSION "0.2.0"
)
# from command: find . -regex "^\.\/.*" | sort

View File

@ -1,3 +1,5 @@
# engine v0.2.0
a random game engine thing. Now finally with ECS!
![A screenshot](screenshots/2024_03_19.JPG)

View File

@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.12)
# options
project(enginetest LANGUAGES CXX
VERSION "0.1.0"
VERSION "0.2.0"
)
set(GAME_SOURCES