From: albert <> Date: Thu, 10 Oct 2002 21:30:07 +0000 (+0000) Subject: tweak X-Git-Tag: v3.3.0~443 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4eb95fdda8d91b75c9c3020ba1129f4e5a97e7c7;p=procps-ng tweak --- diff --git a/Makefile.noam b/Makefile.noam index 4c439451..4c16fd63 100644 --- a/Makefile.noam +++ b/Makefile.noam @@ -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 diff --git a/README b/README index ff534a3e..02e9a4f3 100644 --- a/README +++ b/README @@ -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