Skip to content

Commit

Permalink
Modify the version number
Browse files Browse the repository at this point in the history
  • Loading branch information
handsome-feng committed Aug 13, 2019
1 parent a4e5e9a commit d4d015c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,3 @@ target_wrapper.*

# QtCreator CMake
CMakeLists.txt.user*

.moc/
.obj/
.ui/
2 changes: 1 addition & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
indicator-china-weather (3.0.2-0ubuntu1) eoan; urgency=medium
indicator-china-weather (3.0.3-0ubuntu1) eoan; urgency=medium

[ Li Xiang ]
* Modify the AboutDialog.
Expand Down
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ int main(int argc, char *argv[])
QApplication a(argc, argv);
a.setOrganizationName("kylin");
a.setApplicationName("Kylin Weather (indicator-china-weather)");
a.setApplicationVersion("3.0.2");
a.setApplicationVersion("3.0.3");
a.setQuitOnLastWindowClosed(false);//Avoid that after hiding mainwindow, close the sub window would cause the program exit


Expand Down

0 comments on commit d4d015c

Please sign in to comment.