# HG changeset patch # User William Astle # Date 1432060117 21600 # Node ID c6bd6e9bc6df00a6f49913d557c201771f7aafef # Parent 3afb809c7add394625e76bc41775debb18c3a62e Mark version number to indicate ongoing development. diff -r 3afb809c7add -r c6bd6e9bc6df Makefile --- a/Makefile Tue May 19 12:26:35 2015 -0600 +++ b/Makefile Tue May 19 12:28:37 2015 -0600 @@ -27,7 +27,7 @@ RANLIB := $(BUILDTPREFIX)$(RANLIB) endif -CPPFLAGS += -I lwlib -DPACKAGE_STRING='"lwtools 4.11"' +CPPFLAGS += -I lwlib -DPACKAGE_STRING='"lwtools 4.11+"' LDFLAGS += -Llwlib -llw CFLAGS ?= -O3 -Wall