summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2019-01-08 09:49:10 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2019-01-08 09:49:10 +0100
commit52292c36455f32490740a31a58a564d88d18562d (patch)
treea1ad6631ada95e3867f1566a6162602d71bcf3c1
parent8647dc56d0ab83162c3bd0394516670d9e409ef5 (diff)
downloadmageiawelcome-52292c36455f32490740a31a58a564d88d18562d.tar
mageiawelcome-52292c36455f32490740a31a58a564d88d18562d.tar.gz
mageiawelcome-52292c36455f32490740a31a58a564d88d18562d.tar.bz2
mageiawelcome-52292c36455f32490740a31a58a564d88d18562d.tar.xz
mageiawelcome-52292c36455f32490740a31a58a564d88d18562d.zip
1.911.91
-rw-r--r--Makefile2
-rw-r--r--setup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c495676..227e04d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
PACKAGE = mageiawelcome
-VERSION = 1.90
+VERSION = 1.91
GITPATH = git://git.mageia.org/software/mageiawelcome
TEXT_FILES = Makefile
diff --git a/setup.py b/setup.py
index 6c8e456..6052550 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.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.',