Bump version to v0.5.
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
# Change Log
|
||||
|
||||
## v0.5: Effects
|
||||
|
||||
- Added stars in background for a better sense of velocity.
|
||||
- Viewport follows ship at center.
|
||||
- Zoom functionality.
|
||||
|
||||
## v0.4: More functionality
|
||||
|
||||
- Fix acceleration.
|
||||
|
||||
@@ -18,7 +18,7 @@ cmake_minimum_required(VERSION 3.10)
|
||||
project(SpaceShipSim C)
|
||||
|
||||
set(TARGET_NAME "spaceshipsim")
|
||||
set(TARGET_VERSION "0.4")
|
||||
set(TARGET_VERSION "0.5")
|
||||
|
||||
if(NOT CMAKE_BUILD_TYPE)
|
||||
set(CMAKE_BUILD_TYPE "release")
|
||||
|
||||
Reference in New Issue
Block a user