diff options
author | Kay Sievers <kay.sievers@suse.de> | 2006-05-12 11:35:57 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@suse.de> | 2006-05-12 11:35:57 +0200 |
commit | 172ee4205cfbcf451e00b4d82edc42c2df0eb925 (patch) | |
tree | 06e58f3c1a782a1000f6cea52e0ef2be24b89ce3 /extras/volume_id/lib/Makefile | |
parent | ce1df104be4cfcb5a5242b073069126a8cdb4066 (diff) |
libvolume_id: nss - use different uuid
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 e3c3f5dab5..4ead34a20a 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 = 62 +SHLIB_REV = 63 SHLIB_AGE = 0 SHLIB = libvolume_id.so.$(SHLIB_CUR).$(SHLIB_REV).$(SHLIB_AGE) |