changeset 330:4f507fae9e71

Bump version number to reflect ongoing development
author William Astle <lost@l-w.ca>
date Sun, 13 Apr 2014 16:04:25 -0600
parents 9f7889139b06
children 623b62ab774b
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Sun Apr 13 16:03:59 2014 -0600
+++ b/Makefile	Sun Apr 13 16:04:25 2014 -0600
@@ -27,7 +27,7 @@
 RANLIB := $(BUILDTPREFIX)$(RANLIB)
 endif
 
-CPPFLAGS += -I lwlib -DPACKAGE_STRING='"lwtools 4.10"'
+CPPFLAGS += -I lwlib -DPACKAGE_STRING='"lwtools 4.10+"'
 LDFLAGS += -L$(PWD)/lwlib -llw
 
 CFLAGS ?= -O3 -Wall