Skip to content

Commit

Permalink
Version bump v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
chchwy committed Aug 11, 2020
1 parent f947189 commit 4b6a3ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.2\\\"
DEFINES += APP_VERSION_NUMBER=\\\"0.3.3\\\"

OGREHOME = $$(OGREHOME)
isEmpty(OGREHOME) {
Expand Down
2 changes: 1 addition & 1 deletion src/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ MainWindow::MainWindow()
createDockWindows();

// Set the title
setWindowTitle("Ogre v2 Mesh Viewer v0.3.2");
setWindowTitle("Ogre v2 Mesh Viewer [v0.3.3]");
readSettings();

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

0 comments on commit 4b6a3ad

Please sign in to comment.