1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-25 01:34:28 +03:00

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.
This commit is contained in:
Harald Hoyer 2009-03-06 12:42:00 +01:00 committed by Kay Sievers
parent 45bcd16ca5
commit 18e3d9abc3

View File

@ -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)