# 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
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