diff options
author | Sven Jost <sven.jost@googlemail.com> | 2009-01-15 19:09:12 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2009-01-15 19:09:12 +0100 |
commit | 64b333fdcc69798ab7874cf042d590b3f2d990b5 (patch) | |
tree | 9faea2b7362d29823e20b79a506bfe941aff7f6e /configure.ac | |
parent | 92e52e2fd1698547ccec3feec479178c6988479d (diff) |
volume_id: support via raid version 2
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index bc2e9c27b0..81fff06f30 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ AC_SUBST(LIBUDEV_LT_AGE) dnl /* libvolume_id version */ VOLID_LT_CURRENT=1 -VOLID_LT_REVISION=7 +VOLID_LT_REVISION=8 VOLID_LT_AGE=0 AC_SUBST(VOLID_LT_CURRENT) AC_SUBST(VOLID_LT_REVISION) |