Skip to content

Commit

Permalink
v0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
masc4ii committed Feb 8, 2018
1 parent 8551dd9 commit a356a2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ConfiguratorModelD/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleShortVersionString</key>
<string>0.2</string>
<string>0.3</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion ConfiguratorModelD/MainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#include <QBuffer>

#define APPNAME "Configurator Model D"
#define VERSION "0.2"
#define VERSION "0.3"

//Constructor
MainWindow::MainWindow(QWidget *parent) :
Expand Down

0 comments on commit a356a2d

Please sign in to comment.