diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2008-10-13 03:34:37 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2008-10-13 03:34:37 +0200 |
commit | f4700eb8a02c17972c3cef658bd8c96a725355b8 (patch) | |
tree | e6994dbd903501bfcd5922faa968cdd1b1b9ae1d /configure.ac | |
parent | 2f664629829d8ed52a8bc55b31faf8ec8b65bd3c (diff) |
vol_id: update README
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 0e0f9875a9..6e98f37fba 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ AC_PROG_LIBTOOL dnl /* libudev version */ LIBUDEV_LT_CURRENT=0 -LIBUDEV_LT_REVISION=2 +LIBUDEV_LT_REVISION=3 LIBUDEV_LT_AGE=0 AC_SUBST(LIBUDEV_LT_CURRENT) AC_SUBST(LIBUDEV_LT_REVISION) @@ -19,7 +19,7 @@ AC_SUBST(LIBUDEV_LT_AGE) dnl /* libvolume_id version */ VOLID_LT_CURRENT=1 -VOLID_LT_REVISION=2 +VOLID_LT_REVISION=3 VOLID_LT_AGE=0 AC_SUBST(VOLID_LT_CURRENT) AC_SUBST(VOLID_LT_REVISION) |