[libwnck/gnome-2-32] release: 2.31.0



commit 3fa4fb07792086aec8c02895a5f4b733f2ec7fc4
Author: Vincent Untz <vuntz gnome org>
Date:   Mon Mar 5 10:35:20 2012 +0100

    release: 2.31.0

 NEWS         |   12 ++++++++++++
 configure.ac |    6 +++---
 2 files changed, 15 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 9d2b2bb..90f63bc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,16 @@
 ==============
+Version 2.31.0
+==============
+
+This release adds new API, needed for fixes in the forthcoming XFCE 4.10.
+
+ Features
+
+   - Add macros to determine libwnck version at build time: WNCK_CHECK_VERSION,
+     WNCK_MAJOR_VERSION, WNCK_MINOR_VERSION, WNCK_MICRO_VERSION (Vincent)
+   - Add wnck_pager_set_layout_policy() API (Andrzej)
+
+==============
 Version 2.30.7
 ==============
 
diff --git a/configure.ac b/configure.ac
index 9ab644d..04010dd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,16 +22,16 @@ GNOME_MAINTAINER_MODE_DEFINES
 dnl libtool versioning for libwnck
 
 dnl increment if the interface has additions, changes, removals.
-LIBWNCK_CURRENT=25
+LIBWNCK_CURRENT=26
 
 dnl increment any time the source changes; set to
 dnl  0 if you increment CURRENT
-LIBWNCK_REVISION=31
+LIBWNCK_REVISION=0
 
 dnl increment if any interfaces have been added; set to 0
 dnl  if any interfaces have been changed or removed. removal has
 dnl  precedence over adding, so set to 0 if both happened.
-LIBWNCK_AGE=3
+LIBWNCK_AGE=4
 
 AC_SUBST(LIBWNCK_CURRENT)
 AC_SUBST(LIBWNCK_REVISION)



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