summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--NEWS2
2 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 25416351..3afddced 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
NAME = mgaonline
-VERSION:=3.2
+VERSION:=3.3
MGAUPDATE = mgaupdate
MGAAPPLET = mgaapplet
diff --git a/NEWS b/NEWS
index de1db92f..96d7c99a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+Version 3.3 - 21 December 2013, Thierry Vignaud
+
- fix doing nothing when clicking on notifications buttons (mga#12041)
- split mgaapplet-update-checker
(prevents segfault due to mixing glib threads with secular forks)