Mercurial > hg > index.cgi
changeset 346:9e35f7a1fca1
Update version number in preparation for a release
author | William Astle <lost@l-w.ca> |
---|---|
date | Thu, 09 Apr 2015 12:36:07 -0600 |
parents | e95f07cbce4e |
children | 330a66a0f45a |
files | Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Thu Apr 09 12:35:24 2015 -0600 +++ b/Makefile Thu Apr 09 12:36:07 2015 -0600 @@ -27,7 +27,7 @@ RANLIB := $(BUILDTPREFIX)$(RANLIB) endif -CPPFLAGS += -I lwlib -DPACKAGE_STRING='"lwtools 4.10+"' +CPPFLAGS += -I lwlib -DPACKAGE_STRING='"lwtools 4.11"' LDFLAGS += -L$(PWD)/lwlib -llw CFLAGS ?= -O3 -Wall