From a4de109ba1297d310d849464699d12f7e58fdbee Mon Sep 17 00:00:00 2001 From: stujones11 Date: Wed, 5 Sep 2018 19:18:46 +0100 Subject: [PATCH] Bump version to 0.2 and drop the patch number --- CMakeLists.txt | 5 ++--- README.md | 2 +- src/dialog.cpp | 3 +-- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d4fb846..9c9a810 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,9 +8,8 @@ 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 1) -set(VERSION_PATCH 0) -set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}") +set(VERSION_MINOR 2) +set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}") add_definitions(-DUSE_CMAKE_CONFIG_H) diff --git a/README.md b/README.md index 00da97b..0879529 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ SAM-Viewer ========== -**Skin & Model Viewer - Version 0.1.0** +**Skin & Model Viewer - Version 0.2** A simple 3d mesh viewer built with Irrlicht rendering engine. diff --git a/src/dialog.cpp b/src/dialog.cpp index 86d2305..98990a5 100644 --- a/src/dialog.cpp +++ b/src/dialog.cpp @@ -11,7 +11,7 @@ #else #define D_ABOUT_LINK_URL "https://github.com/stujones11/SAM-Viewer" #define D_ABOUT_LINK_TEXT "github.com/stujones11/SAM-Viewer" -#define D_VERSION "0.0.0" +#define D_VERSION "0.0" #endif static inline void open_url(std::string url) @@ -171,7 +171,6 @@ AboutDialog::AboutDialog(IGUIEnvironment *env, IGUIElement *parent, E_DIALOG_ID_ABOUT_OK, L"OK"); } - SettingsDialog::SettingsDialog(IGUIEnvironment *env, IGUIElement *parent, s32 id, const rect &rectangle, Config *conf) : IGUIElement(EGUIET_ELEMENT, env, parent, id, rectangle),