Skip to content

Commit

Permalink
update version to 17.12
Browse files Browse the repository at this point in the history
  • Loading branch information
apinprastya committed Dec 25, 2017
1 parent 1d6d39d commit 0ae8e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sultan/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ int main(int argc, char *argv[])
QApplication::setStyle(QStyleFactory::create(QLatin1String("Fusion")));
a.setApplicationName("sultan");
a.setOrganizationName("lekapin");
a.setApplicationVersion("17.11.01");
a.setApplicationVersion("17.12.01");

#ifndef QT_DEBUG
QDir dir = QDir::home();
Expand Down

0 comments on commit 0ae8e66

Please sign in to comment.