summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--NEWS7
-rw-r--r--version.py2
3 files changed, 9 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a68ae73..2620fc1 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
PACKAGE = mageiawelcome
-VERSION = 3.1
+VERSION = 3.2
GITPATH = git://git.mageia.org/software/mageiawelcome
TEXT_FILES = Makefile
diff --git a/NEWS b/NEWS
index 5c25ac3..113fd4d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+3.2
+ More fix to translations
+ Change method for linear gradient in tags, using stylesheet
+ Force richtext in Sources descriptions
+ Remove "lo" from net interfaces
+ Animate pushbutton for links
+
3.1
Fix translations
adjust some stylesheet parameters
diff --git a/version.py b/version.py
index 154f015..ac9171d 100644
--- a/version.py
+++ b/version.py
@@ -1 +1 @@
-version='3.1'
+version='3.2'