From 18e3d9abc3a0bc57c2f4d45705308e7dc3a60fab Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Fri, 6 Mar 2009 12:42:00 +0100 Subject: [PATCH] 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. --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 022c4cb01..ab92a86ad 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) -- 2.30.2