This commit is contained in:
albert 2002-10-10 21:30:07 +00:00
parent 12ef8bbd67
commit 4eb95fdda8
2 changed files with 3 additions and 3 deletions

View File

@ -106,7 +106,7 @@ MINORVERSION = $(shell awk '/^%define revision/ { print $$3 }' < procps.spec)
# Note: LIBVERSION may be less than $(VERSION).$(SUBVERSION).$(MINORVERSION)
# LIBVERSION is only set to current $(VERSION).$(SUBVERSION).$(MINORVERSION)
# when an incompatible change is made in libproc.
LIBVERSION = 3.0.0
LIBVERSION = 3.0.1
ifdef MINORVERSION
LIBPROCPASS = SHARED=$(SHARED) SHLIBDIR=$(SHLIBDIR) VERSION=$(VERSION) SUBVERSION=$(SUBVERSION) MINORVERSION=$(MINORVERSION) LIBVERSION=$(LIBVERSION)
else

4
README
View File

@ -12,8 +12,8 @@ INSTALLATION
named t, v, and p to ensure the correct libproc
is used during your testing.
In case the fancy stuff gives you trouble, you may
use the previous Makefile: make -f Makefile.noam
In case the fancy stuff gives you trouble, you may use
the previous Makefile: "make -f Makefile.noam install"
BUG REPORTS