summaryrefslogtreecommitdiff
path: root/libacl
diff options
context:
space:
mode:
authorNathan Scott <nathans@sgi.com>2002-06-25 00:21:22 +0000
committerNathan Scott <nathans@sgi.com>2002-06-25 00:21:22 +0000
commit3b2d7db59a5e41948b4bd87e281b2a7f8f7b500d (patch)
treed3e37656d334d8cf76571c1d9c6d200cd514630e /libacl
parent46e74ee81d810321e9fa412afde3697c37531f79 (diff)
downloadacl-3b2d7db59a5e41948b4bd87e281b2a7f8f7b500d.tar.gz
changed libacl version number, since we haven't done so since several bugs
got fixed - libacl.1.0.0 --> libacl.so.1.0.1, iow. no other changes in this version of the acl package.
Diffstat (limited to 'libacl')
-rw-r--r--libacl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libacl/Makefile b/libacl/Makefile
index dfc1d59..1d214be 100644
--- a/libacl/Makefile
+++ b/libacl/Makefile
@@ -37,7 +37,7 @@ include $(TOPDIR)/include/builddefs
LTLIBRARY = libacl.la
LTLIBS = -lattr
LT_CURRENT = 1
-LT_REVISION = 0
+LT_REVISION = 1
LT_AGE = 0
CFILES = $(POSIX_CFILES) $(LIBACL_CFILES) $(INTERNAL_CFILES)