Skip to content

Commit

Permalink
Version bump v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chchwy committed Aug 11, 2020
1 parent 263c093 commit a9d69bc
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.3\\\"
DEFINES += APP_VERSION_NUMBER=\\\"0.4.0\\\"

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.3.3]");
setWindowTitle("Ogre v2 Mesh Viewer [v0.4.0]");
readSettings();

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

0 comments on commit a9d69bc

Please sign in to comment.