From: Harald Hoyer Date: Fri, 6 Mar 2009 11:42:00 +0000 (+0100) Subject: libvolume_id: bump age X-Git-Tag: 174~1132 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=18e3d9abc3a0bc57c2f4d45705308e7dc3a60fab;hp=45bcd16ca5e2c7917579c63f701683e47b3a4008 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. --- 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)