diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2008-06-12 00:08:43 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2008-06-12 00:08:43 +0200 |
commit | 2c0644c1c2089763601f9f37d0be53711735612c (patch) | |
tree | b207043bfcaa175211a2e78b149ee5840dd26a54 /extras | |
parent | 0c6ecdfd9f7b7247d8f0258b6cb92aac9eccfb9b (diff) |
release 123
Diffstat (limited to 'extras')
-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 67006dcf52..96ee8f5150 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 = 84 +SHLIB_REV = 85 SHLIB_AGE = 0 SHLIB = libvolume_id.so.$(SHLIB_CUR).$(SHLIB_REV).$(SHLIB_AGE) |