summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Untz <vuntz@gnome.org>2012-03-05 10:35:20 +0100
committerVincent Untz <vuntz@gnome.org>2012-03-05 10:35:20 +0100
commit3fa4fb07792086aec8c02895a5f4b733f2ec7fc4 (patch)
treea76ecf71a992332d0bb1f6b8b642f8627827dd7f
parent447687b7b4032509d2200566fc863b115de377eb (diff)
downloadlibwnck-3fa4fb07792086aec8c02895a5f4b733f2ec7fc4.tar.gz
release: 2.31.02.31.0
-rw-r--r--NEWS12
-rw-r--r--configure.ac6
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)