From daa15c235d3bf4db6d7550f72f9bc6fd0b9522da Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Tue, 7 Feb 2012 08:34:06 +0100 Subject: release: 3.3.5 --- configure.ac | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 33db610..35b498e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@ AC_PREREQ(2.62) m4_define([wnck_major_version], [3]) -m4_define([wnck_minor_version], [2]) -m4_define([wnck_micro_version], [2]) +m4_define([wnck_minor_version], [3]) +m4_define([wnck_micro_version], [5]) m4_define([wnck_version], [wnck_major_version.wnck_minor_version.wnck_micro_version]) @@ -20,7 +20,7 @@ GNOME_MAINTAINER_MODE_DEFINES dnl libtool versioning for libwnck dnl increment if the interface has additions, changes, removals. -LIBWNCK_CURRENT=1 +LIBWNCK_CURRENT=2 dnl increment any time the source changes; set to dnl 0 if you increment CURRENT @@ -29,7 +29,7 @@ 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=1 +LIBWNCK_AGE=2 AC_SUBST(LIBWNCK_CURRENT) AC_SUBST(LIBWNCK_REVISION) -- cgit v1.2.1