Skip to content

Commit

Permalink
Version bump 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chchwy committed Aug 11, 2020
1 parent 4d34b39 commit 8a950b4
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.4.0\\\"
DEFINES += APP_VERSION_NUMBER=\\\"0.4.1\\\"

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 @@ -75,7 +75,7 @@ MainWindow::MainWindow()
createDockWindows();

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

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

0 comments on commit 8a950b4

Please sign in to comment.