summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--setup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index afc8175..8e43eb0 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
PACKAGE = mageiawelcome
-VERSION = 1.91
+VERSION = 1.92
GITPATH = git://git.mageia.org/software/mageiawelcome
TEXT_FILES = Makefile
diff --git a/setup.py b/setup.py
index 6052550..b3bfe9b 100644
--- a/setup.py
+++ b/setup.py
@@ -23,7 +23,7 @@ data_files = [("bin",["usr/bin/mageiawelcome","usr/bin/mageiawelcome-launcher"])
setup(
name = 'mageiawelcome',
- version = '1.91',
+ version = '1.92',
license = 'GNU General Public License v3 (GPLv3)',
url = 'http://gitweb.mageia.org/software/mageiawelcome',
description = 'Welcome Screen shows important information of the Mageia distribution.',