summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2013-12-21 03:25:11 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2013-12-21 03:30:35 +0100
commit1737b123fc3f39b97de0e6f868ef769f80dfc17c (patch)
tree98f618ee862fc5ac22e4bf4c0081254fb002b0f3
parent909b358594c5e318dbdd2618462d933cf070f632 (diff)
downloadmgaonline-1737b123fc3f39b97de0e6f868ef769f80dfc17c.tar
mgaonline-1737b123fc3f39b97de0e6f868ef769f80dfc17c.tar.gz
mgaonline-1737b123fc3f39b97de0e6f868ef769f80dfc17c.tar.bz2
mgaonline-1737b123fc3f39b97de0e6f868ef769f80dfc17c.tar.xz
mgaonline-1737b123fc3f39b97de0e6f868ef769f80dfc17c.zip
3.33.3
-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)