CMAKE: bump version to 0.0.3.0

master
Martin Gerhardy 2020-05-06 21:36:25 +02:00
parent 06f13a4043
commit d0d872cc78
2 changed files with 6 additions and 2 deletions

View File

@ -1,6 +1,9 @@
A more detailed changelog can be found at: https://github.com/mgerhardy/engine/commits/
#### 0.0.2 (XXXX-XX-XX)
#### 0.0.3 (XXXX-XX-XX)
#### 0.0.2 (2020-05-06)
VoxEdit:
- Static linked VC++ Runtime
@ -8,6 +11,7 @@ A more detailed changelog can be found at: https://github.com/mgerhardy/engine/c
- Updated tree and noise windows
- Implemented `thicken` console command
- Escape abort modifier action
- Added L-System panel
General:
- Fixed binvox header parsing

View File

@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.10)
include(CMakeLists.local OPTIONAL)
set(ROOT_PROJECT_VERSION 0.0.2.0)
set(ROOT_PROJECT_VERSION 0.0.3.0)
set(ROOT_PROJECT_NAME vengi)
project(${ROOT_PROJECT_NAME} VERSION ${ROOT_PROJECT_VERSION})
set(ROOT_DIR ${CMAKE_CURRENT_SOURCE_DIR} CACHE STRING "Root dir")