chiark / gitweb /
libvolume_id: bump age
authorHarald Hoyer <harald@redhat.com>
Fri, 6 Mar 2009 11:42:00 +0000 (12:42 +0100)
committerKay Sievers <kay.sievers@vrfy.org>
Fri, 6 Mar 2009 11:42:00 +0000 (12:42 +0100)
Because you added the symbol volume_id_set_uuid_sub() in commit
14e18278, you have to increase the library minor version.

configure.ac

index 022c4cb011578110db31f0c6f660c576e2fc678e..ab92a86ad59adbe74fad6ccd1789480599cecea8 100644 (file)
@@ -23,9 +23,9 @@ AC_SUBST(LIBUDEV_LT_REVISION)
 AC_SUBST(LIBUDEV_LT_AGE)
 
 dnl /* libvolume_id version */
 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)
 AC_SUBST(VOLID_LT_CURRENT)
 AC_SUBST(VOLID_LT_REVISION)
 AC_SUBST(VOLID_LT_AGE)