Skip to content

Commit

Permalink
Version bump 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chchwy committed Aug 11, 2020
1 parent 4993be2 commit 7f67f51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ogre-v2-mesh-viewer.pro
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ message(Qt version: $$[QT_VERSION])

QT += widgets
CONFIG -= flat
DEFINES += APP_VERSION_NUMBER=\\\"0.3.0\\\"
DEFINES += APP_VERSION_NUMBER=\\\"0.3.1\\\"

OGREHOME = $$(OGREHOME)
isEmpty(OGREHOME) {
Expand Down
5 changes: 1 addition & 4 deletions src/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@
#include "cameramanager.h"


#define _STR(x) #x
#define STR(X) _STR(x)

MainWindow::MainWindow()
{
ui = new Ui::MainWindow;
Expand All @@ -75,7 +72,7 @@ MainWindow::MainWindow()
createDockWindows();

// Set the title
setWindowTitle("Ogre v2.1 Mesh Viewer v" APP_VERSION_NUMBER);
setWindowTitle("Ogre v2.1 Mesh Viewer v0.3.1");
readSettings();

connect(mOgreManager, &OgreManager::sceneCreated, this, &MainWindow::onSceneLoaded);
Expand Down

0 comments on commit 7f67f51

Please sign in to comment.