]> granicus.if.org Git - procps-ng/commitdiff
tweak
authoralbert <>
Thu, 10 Oct 2002 21:30:07 +0000 (21:30 +0000)
committeralbert <>
Thu, 10 Oct 2002 21:30:07 +0000 (21:30 +0000)
Makefile.noam
README

index 4c4394519023a1f3f3cee8f04e4b152d366cd368..4c16fd63683754b16b125b9357074e2eea6baa49 100644 (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
diff --git a/README b/README
index ff534a3ee1b4031eeb6e306c5e652d836fc0fe1d..02e9a4f3b91e7170f1ad9036dd1dc1110d54b60d 100644 (file)
--- 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