Mercurial > hg > index.cgi
diff Makefile @ 356:c6bd6e9bc6df
Mark version number to indicate ongoing development.
author | William Astle <lost@l-w.ca> |
---|---|
date | Tue, 19 May 2015 12:28:37 -0600 |
parents | fd96bb4a9c8d |
children | 4130ffdeb5c8 |
line wrap: on
line diff
--- 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