changeset 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 d399df78e1ab
children 15125b7c865f
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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