diff options
author | Kay Sievers <kay.sievers@suse.de> | 2006-08-20 18:23:48 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@suse.de> | 2006-08-20 18:23:48 +0200 |
commit | 708cb3594139f28f7d99b4ea1cf91b4ccd032273 (patch) | |
tree | 306af0e5814287be3d2a19d00d868e1604e309ee /extras/volume_id/lib/Makefile | |
parent | 04cc3a81d02af4d131b9c92defd7538f22089774 (diff) |
volume_id: add suspend partition detection
Based on a patch from:
Scott James Remnant <scott@ubuntu.com>
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 e93f8b5af5..02be060a62 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 = 70 +SHLIB_REV = 71 SHLIB_AGE = 0 SHLIB = libvolume_id.so.$(SHLIB_CUR).$(SHLIB_REV).$(SHLIB_AGE) |