From 4eb95fdda8d91b75c9c3020ba1129f4e5a97e7c7 Mon Sep 17 00:00:00 2001 From: albert <> Date: Thu, 10 Oct 2002 21:30:07 +0000 Subject: [PATCH] tweak --- Makefile.noam | 2 +- README | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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