diff --git a/CMakeLists.txt b/CMakeLists.txt index a548745..52c97c0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 2) +set(VERSION_MINOR 3) set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}") add_definitions(-DUSE_CMAKE_CONFIG_H) diff --git a/README.md b/README.md index e23c592..d63f873 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ SAM-Viewer ========== -**Skin & Model Viewer - Version 0.2** +**Skin & Model Viewer - Version 0.3** A simple 3d mesh viewer built with Irrlicht rendering engine.