summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Udaltsov <svu@gnome.org>2003-12-31 00:58:35 +0000
committerSergey Udaltsov <svu@gnome.org>2003-12-31 00:58:35 +0000
commit4efb59b73098b2b6f2f1f67024a84fda2a597fd3 (patch)
treec067f0f479de7f6f1ac05f2f788b244358c140e8
parentb26841741f28d0cf432c3e3d03b95215fa8ca4ef (diff)
downloadlibxklavier-4efb59b73098b2b6f2f1f67024a84fda2a597fd3.tar.gz
The proper share library versioning is important. The new interface (8) compatible with old one (age 1)
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 1fa0a9e..bc06a2c 100644
--- a/configure.in
+++ b/configure.in
@@ -2,9 +2,9 @@ AC_INIT(libxklavier/xklavier.c)
PACKAGE=libxklavier
MAJOR_VERSION=0
-MINOR_VERSION=96
+MINOR_VERSION=97
VERSION=$MAJOR_VERSION.$MINOR_VERSION
-VERSION_INFO=7:0:0
+VERSION_INFO=8:0:1
AC_SUBST(MAJOR_VERSION)
AC_SUBST(MINOR_VERSION)