summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlberts Muktupāvels <alberts.muktupavels@gmail.com>2017-04-27 10:06:20 +0300
committerAlberts Muktupāvels <alberts.muktupavels@gmail.com>2017-04-27 10:06:20 +0300
commit5daa8305b5f21b5bea3c0cb9aebc5df2f505cc13 (patch)
treec58d8bb7f11d7728d3720204dd2c9ff5e232470c
parent2bcc58cea5b65ca88aa05d334b42eb3e2bc61750 (diff)
downloadlibwnck-5daa8305b5f21b5bea3c0cb9aebc5df2f505cc13.tar.gz
update library version info
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 6d0ee2b..aeff605 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,16 +23,16 @@ AX_CHECK_ENABLE_DEBUG([yes])
dnl libtool versioning for libwnck
dnl increment if the interface has additions, changes, removals.
-LIBWNCK_CURRENT=2
+LIBWNCK_CURRENT=3
dnl increment any time the source changes; set to
dnl 0 if you increment CURRENT
-LIBWNCK_REVISION=2
+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=2
+LIBWNCK_AGE=3
AC_SUBST(LIBWNCK_CURRENT)
AC_SUBST(LIBWNCK_REVISION)