summaryrefslogtreecommitdiff
path: root/extras/volume_id/lib/Makefile
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@suse.de>2006-08-05 00:02:58 +0200
committerKay Sievers <kay.sievers@suse.de>2006-08-05 00:02:58 +0200
commiteb82b76dedc1482b6434c46fee84d3ef13cb9648 (patch)
treef21493d9ce182f42187afa2643b83e423311b562 /extras/volume_id/lib/Makefile
parentb5adfb4f3387a5dcfcdb5a5996c249b1d14aa44a (diff)
libvolume_id: read ufs2 label
Taken from the FreeBSD HAL repository.
Diffstat (limited to 'extras/volume_id/lib/Makefile')
-rw-r--r--extras/volume_id/lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/volume_id/lib/Makefile b/extras/volume_id/lib/Makefile
index f53e5f1141..e5fd5fcddd 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 = 68
+SHLIB_REV = 69
SHLIB_AGE = 0
SHLIB = libvolume_id.so.$(SHLIB_CUR).$(SHLIB_REV).$(SHLIB_AGE)