From 2bac6c64aa7808cafd7706d56887a97ba9f7817d Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Sat, 13 May 2006 18:38:03 +0200 Subject: libvolume_id: fat - check for signature at end of sector --- extras/volume_id/lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extras/volume_id/lib/Makefile') diff --git a/extras/volume_id/lib/Makefile b/extras/volume_id/lib/Makefile index 4ead34a20a..e847f36bc6 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 = 63 +SHLIB_REV = 64 SHLIB_AGE = 0 SHLIB = libvolume_id.so.$(SHLIB_CUR).$(SHLIB_REV).$(SHLIB_AGE) -- cgit v1.2.3-54-g00ecf