mirror of
https://github.com/Poikilos/SAM-Viewer.git
synced 2023-10-03 07:58:48 -07:00
Bump version to 0.2 and drop the patch number
This commit is contained in:
parent
bce885e935
commit
a4de109ba1
@ -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)
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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),
|
||||
|
Loading…
x
Reference in New Issue
Block a user