aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorHarald Hoyer <harald@redhat.com>2009-03-06 12:42:00 +0100
committerKay Sievers <kay.sievers@vrfy.org>2009-03-06 12:42:00 +0100
commit18e3d9abc3a0bc57c2f4d45705308e7dc3a60fab (patch)
treeb30098149f4d80ab9cfc6da419cf4d40d1958e75 /configure.ac
parent45bcd16ca5e2c7917579c63f701683e47b3a4008 (diff)
downloadudev-18e3d9abc3a0bc57c2f4d45705308e7dc3a60fab.tar.gz
libvolume_id: bump age
Because you added the symbol volume_id_set_uuid_sub() in commit 14e18278, you have to increase the library minor version.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 022c4cb0..ab92a86a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,9 +23,9 @@ AC_SUBST(LIBUDEV_LT_REVISION)
AC_SUBST(LIBUDEV_LT_AGE)
dnl /* libvolume_id version */
-VOLID_LT_CURRENT=1
-VOLID_LT_REVISION=10
-VOLID_LT_AGE=0
+VOLID_LT_CURRENT=2
+VOLID_LT_REVISION=0
+VOLID_LT_AGE=1
AC_SUBST(VOLID_LT_CURRENT)
AC_SUBST(VOLID_LT_REVISION)
AC_SUBST(VOLID_LT_AGE)