summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRui Matos <tiagomatos@gmail.com>2013-06-07 22:29:00 +0200
committerRui Matos <tiagomatos@gmail.com>2013-06-07 22:29:00 +0200
commitf6b5fe605e5797881993f85e1b84595048a06358 (patch)
tree099b8677e84845a9beebbe82c94f93d0abbc8940
parenta9edd5436e71f6a5995c411bd1a446fa6848ed3d (diff)
downloadgnome-desktop-f6b5fe605e5797881993f85e1b84595048a06358.tar.gz
3.8.33.8.3
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 9427013b..7d08f4bc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,12 @@
=============
+Version 3.8.3
+=============
+
+* Fix a memory leak (#701326)
+* Fix compile-time warning on x32 (#700548)
+* Translation updates
+
+=============
Version 3.8.2
==============
diff --git a/configure.ac b/configure.ac
index f30f2b59..21a2b72d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
m4_define(gnome_platform, 3)
m4_define(gnome_minor, 8)
-m4_define(gnome_micro, 2)
+m4_define(gnome_micro, 3)
dnl gnome_sub is an optional sub-version which will not be advertised to the user
dnl It allows to release a 2.30.1.1 which is just a better 2.30.1
dnl Leave empty if not needed