Bump version to 0.4

master
stujones11 2018-10-03 18:41:57 +01:00
parent 57c8d9123b
commit 52f3a9390a
2 changed files with 3 additions and 2 deletions

View File

@ -8,7 +8,7 @@ set(PROJECT_LINK_URL "https://github.com/stujones11/SAM-Viewer")
set(PROJECT_LINK_TEXT "github.com/stujones11/SAM-Viewer")
set(VERSION_MAJOR 0)
set(VERSION_MINOR 3)
set(VERSION_MINOR 4)
set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}")
add_definitions(-DUSE_CMAKE_CONFIG_H)

View File

@ -1,7 +1,7 @@
SAM-Viewer
==========
**Skin & Model Viewer - Version 0.3**
**Skin & Model Viewer - Version 0.4**
A simple 3d mesh viewer built with Irrlicht rendering engine.
@ -12,6 +12,7 @@ Features
* Multiple textures, up to 6 material layers.
* Mesh debug view. (wire-frame, skeleton and normals)
* Animation playback amd frame controls.
* Simple lighting.
Supported Mesh Formats
----------------------