summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2011-10-26 13:10:09 +0200
committerMurray Cumming <murrayc@murrayc.com>2011-10-26 13:10:09 +0200
commit2137668ccdad1a908d3ed275b2cf2eee8afb94cb (patch)
treef93e4636ca73bc1110d3920fb5cb7c6fb9ac942e
parente753712a7db7bcd7513627b716ba7f0236efda63 (diff)
downloadglibmm-2137668ccdad1a908d3ed275b2cf2eee8afb94cb.tar.gz
2.31.0.22.31.0.2
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 83840ace..762ffecf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+2.31.0.2: (unstable)
+
+* gthread.h: Move the deprecation ifdefs to avoid affecting non-deprecated API.
+
2.31.0.1: (unstable)
* Avoid deprecation compiler warnings in glibmm and projects using glibmm.
diff --git a/configure.ac b/configure.ac
index 49a4f680..724903e9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
## You should have received a copy of the GNU Lesser General Public License
## along with this library. If not, see <http://www.gnu.org/licenses/>.
-AC_INIT([glibmm], [2.31.0.1],
+AC_INIT([glibmm], [2.31.0.2],
[http://bugzilla.gnome.org/enter_bug.cgi?product=glibmm],
[glibmm], [http://www.gtkmm.org/])
AC_PREREQ([2.59])