diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | setup.py | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ PACKAGE = mageiawelcome -VERSION = 1.90 +VERSION = 1.91 GITPATH = git://git.mageia.org/software/mageiawelcome TEXT_FILES = Makefile @@ -23,7 +23,7 @@ data_files = [("bin",["usr/bin/mageiawelcome","usr/bin/mageiawelcome-launcher"]) setup( name = 'mageiawelcome', - version = '1.20', + version = '1.91', license = 'GNU General Public License v3 (GPLv3)', url = 'http://gitweb.mageia.org/software/mageiawelcome', description = 'Welcome Screen shows important information of the Mageia distribution.', |