Bump version to 0.2 and drop the patch number

master
stujones11 2018-09-05 19:18:46 +01:00
parent bce885e935
commit a4de109ba1
3 changed files with 4 additions and 6 deletions

View File

@ -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)

View File

@ -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.

View File

@ -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<s32> &rectangle, Config *conf) :
IGUIElement(EGUIET_ELEMENT, env, parent, id, rectangle),