diff Makefile @ 327:f3592d276aed lwtools-4.10

Bump version for 4.10 release.
author William Astle <lost@l-w.ca>
date Fri, 11 Apr 2014 21:53:51 -0600
parents ba9a0434b115
children 4f507fae9e71
line wrap: on
line diff
--- a/Makefile	Fri Apr 11 21:50:47 2014 -0600
+++ b/Makefile	Fri Apr 11 21:53:51 2014 -0600
@@ -27,7 +27,7 @@
 RANLIB := $(BUILDTPREFIX)$(RANLIB)
 endif
 
-CPPFLAGS += -I lwlib -DPACKAGE_STRING='"lwtools 4.9+"'
+CPPFLAGS += -I lwlib -DPACKAGE_STRING='"lwtools 4.10"'
 LDFLAGS += -L$(PWD)/lwlib -llw
 
 CFLAGS ?= -O3 -Wall