Bump version.

This commit is contained in:
Martin Rotter 2016-07-22 07:15:06 +02:00
parent 34e4c1c950
commit c439d734a3
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ Fixed:
▪ Fixed some UI stuff in menus etc.
▪ Fixed problem with skin loading. (bug #25)
You can see more verbose list of fixed stuff here: https://github.com/martinrotter/rssguard/issues?utf8=%E2%9C%93&q=is%3Aclosed%20milestone%3A%223.3.2%22%20
You can see more verbose list of fixed stuff here: https://github.com/martinrotter/rssguard/milestone/2?closed=1
3.3.1
—————

View File

@ -69,7 +69,7 @@ APP_LOW_NAME = "rssguard"
APP_LOW_H_NAME = ".rssguard"
APP_AUTHOR = "Martin Rotter"
APP_COPYRIGHT = "(C) 2011-2016 $$APP_AUTHOR"
APP_VERSION = "3.3.2"
APP_VERSION = "3.3.3"
APP_LONG_NAME = "$$APP_NAME $$APP_VERSION"
APP_EMAIL = "rotter.martinos@gmail.com"
APP_URL = "https://github.com/martinrotter/rssguard"