From 1a38abcde4931b96bbaa254e415473121d9f1fda Mon Sep 17 00:00:00 2001 From: stujones11 Date: Tue, 11 Sep 2018 19:11:32 +0100 Subject: [PATCH] Bump version to 0.3 --- CMakeLists.txt | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.