diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2008-05-17 16:19:12 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2008-05-17 16:19:12 +0200 |
commit | 7031a67c952ebc9c2b35735fb3e105f779e5701a (patch) | |
tree | 1cb6e8c56761fccefb71d72468ba124da46b9037 /extras | |
parent | 53ba69a0c2c48ad87cc597518f529812c9a6a69e (diff) |
volume_id: bump version
Diffstat (limited to 'extras')
-rw-r--r-- | extras/volume_id/lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/volume_id/lib/Makefile b/extras/volume_id/lib/Makefile index 0e1565f98a..0b6c727b98 100644 --- a/extras/volume_id/lib/Makefile +++ b/extras/volume_id/lib/Makefile @@ -13,7 +13,7 @@ INSTALL_DATA = ${INSTALL} -m 644 INSTALL_LIB = ${INSTALL} -m 755 SHLIB_CUR = 0 -SHLIB_REV = 83 +SHLIB_REV = 84 SHLIB_AGE = 0 SHLIB = libvolume_id.so.$(SHLIB_CUR).$(SHLIB_REV).$(SHLIB_AGE) |