changeset 323:ba9a0434b115

Make version number reflect ongoing development.
author William Astle <lost@l-w.ca>
date Mon, 03 Mar 2014 21:55:22 -0700
parents 69adaab94ffd
children b30091890d62
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Mon Mar 03 21:54:12 2014 -0700
+++ b/Makefile	Mon Mar 03 21:55:22 2014 -0700
@@ -27,7 +27,7 @@
 RANLIB := $(BUILDTPREFIX)$(RANLIB)
 endif
 
-CPPFLAGS += -I lwlib -DPACKAGE_STRING='"lwtools 4.9"'
+CPPFLAGS += -I lwlib -DPACKAGE_STRING='"lwtools 4.9+"'
 LDFLAGS += -L$(PWD)/lwlib -llw
 
 CFLAGS ?= -O3 -Wall