Skip to content

Commit

Permalink
QtApp v0.16 alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
masc4ii committed May 24, 2018
1 parent 00aa6f4 commit 00d966b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion platform/qt/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>CFBundleShortVersionString</key>
<string>0.15 alpha</string>
<string>0.16 alpha</string>
</dict>
</plist>
4 changes: 2 additions & 2 deletions platform/qt/MainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
#include "Updater/updaterUI/cupdaterdialog.h"

#define APPNAME "MLV App"
#define VERSION "0.15 alpha"
#define GITVERSION "QTv0.15alpha"
#define VERSION "0.16 alpha"
#define GITVERSION "QTv0.16alpha"

#define FACTOR_DS 22.5
#define FACTOR_LS 11.2
Expand Down

0 comments on commit 00d966b

Please sign in to comment.