changeset 246:b97460509c3d

Update version number to mark development past 4.7
author William Astle <lost@l-w.ca>
date Thu, 24 Jan 2013 20:58:30 -0700
parents 0bc1c88fe776
children 4b36eaaf80c3
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Wed Jan 23 13:32:15 2013 -0700
+++ b/Makefile	Thu Jan 24 20:58:30 2013 -0700
@@ -16,7 +16,7 @@
 # ranlib
 RANLIB := $(BUILDTPREFIX)ranlib
 
-CPPFLAGS += -I lwlib -DPACKAGE_STRING='"lwtools 4.7"'
+CPPFLAGS += -I lwlib -DPACKAGE_STRING='"lwtools 4.7+"'
 LDFLAGS += -L$(PWD)/lwlib -llw
 
 CFLAGS ?= -g -Wall