summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Udaltsov <svu@gnome.org>2011-01-30 01:18:37 +0000
committerSergey Udaltsov <svu@gnome.org>2011-01-30 01:18:37 +0000
commit717b18919113babecec0013ec68a7d9831790005 (patch)
tree9d497d6d8b44c938057c9e523e2507c1a82267ae
parent62311e3458b4a1f47bc9db3be8678640b8a71723 (diff)
downloadlibxklavier-717b18919113babecec0013ec68a7d9831790005.tar.gz
Bumped the package version and soname
-rw-r--r--ChangeLog2
-rw-r--r--configure.in4
2 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 1cf7be0..bd5f899 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,8 @@
DevicePresence may be missing.
https://bugzilla.gnome.org/show_bug.cgi?id=583709
* libxklavier/xklavier_config.c: added variants to the search function
+ * tests/test_config.c: Improved printing
+ * configure.in: bumped the package version and soname
2011-01-28 svu
diff --git a/configure.in b/configure.in
index be47a6a..fb40a21 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
AC_PREREQ(2.59)
-AC_INIT([libxklavier], [5.0])
+AC_INIT([libxklavier], [5.1])
AC_CONFIG_SRCDIR([libxklavier/xklavier.c])
AM_INIT_AUTOMAKE([1.10 dist-bzip2])
@@ -9,7 +9,7 @@ AC_CONFIG_MACRO_DIR(m4)
dnl for DLL
dnl http://sources.redhat.com/autobook/autobook/autobook_91.html
-VERSION_INFO=16:0:0
+VERSION_INFO=17:0:1
AC_SUBST(VERSION_INFO)
AM_MAINTAINER_MODE