diff options
author | Kay Sievers <kay.sievers@suse.de> | 2006-07-25 14:59:50 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@suse.de> | 2006-07-25 14:59:50 +0200 |
commit | cdf18948639e56d2e3c71606c72e2f2d239c100b (patch) | |
tree | 156a00e8c63b093928b611c17cfd1dfbfaf96353 /extras/volume_id/lib/Makefile | |
parent | b437ec958a505c057870c40bf668d8692d60dc3a (diff) |
libvolume_id: add parameter 'size' to all probe functions
Diffstat (limited to 'extras/volume_id/lib/Makefile')
-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 66b3b92f9d..f53e5f1141 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 = 67 +SHLIB_REV = 68 SHLIB_AGE = 0 SHLIB = libvolume_id.so.$(SHLIB_CUR).$(SHLIB_REV).$(SHLIB_AGE) |