[gdl] Update files for 3.1.2 release



commit 9ac980d664ad881b978769aa2468e11d25e4ab4b
Author: Johannes Schmid <jhs gnome org>
Date:   Mon Jun 13 18:18:53 2011 +0200

    Update files for 3.1.2 release

 NEWS         |    5 +++++
 configure.in |    4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index e2d20b7..ae42900 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Changes in 3.1.2
+
+* Add a deselected signal to GdlDockItem (James Liggett)
+* Use "const" instead G_CONST_RETURN (Javier Jardon)
+
 Changes in 3.1.1
 
 * Bug 649254 - Use the gobject way to create the private structs
diff --git a/configure.in b/configure.in
index 0cc4ed1..2652bc8 100644
--- a/configure.in
+++ b/configure.in
@@ -12,14 +12,14 @@ AM_CONFIG_HEADER(config.h)
 
 GDL_MAJOR_VERSION=3
 GDL_MINOR_VERSION=1
-GDL_MICRO_VERSION=1
+GDL_MICRO_VERSION=2
 
 dnl increment if the interface has additions, changes, removals.
 GDL_CURRENT=1
 
 dnl increment any time the source changes; set to
 dnl  0 if you increment CURRENT
-GDL_REVISION=1
+GDL_REVISION=2
 
 dnl increment if any interfaces have been added; set to 0
 dnl  if any interfaces have been changed or removed. removal has



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]