Bump version to v0.6

This commit is contained in:
2026-03-21 13:07:13 +01:00
parent c038867810
commit 4046f6dfd5
2 changed files with 6 additions and 1 deletions

View File

@@ -1,5 +1,10 @@
# Change Log
## v0.6: Planetary Masses
- Add planetary masses.
- Modify some of the constants.
## v0.5: Effects
- Added stars in background for a better sense of velocity.

View File

@@ -18,7 +18,7 @@ cmake_minimum_required(VERSION 3.10)
project(SpaceShipSim C)
set(TARGET_NAME "spaceshipsim")
set(TARGET_VERSION "0.5")
set(TARGET_VERSION "0.6")
if(NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE "release")