diff Makefile @ 102:f7a87c3a8e0e

Set version to indicate development since 4.2
author lost@l-w.ca
date Sat, 06 Aug 2011 22:16:09 -0600
parents 8ee33204fa79
children ca7d92764e32
line wrap: on
line diff
--- a/Makefile	Sat Aug 06 22:15:43 2011 -0600
+++ b/Makefile	Sat Aug 06 22:16:09 2011 -0600
@@ -16,7 +16,7 @@
 # ranlib
 RANLIB := $(BUILDTPREFIX)ranlib
 
-CPPFLAGS += -I lwlib -DPACKAGE_STRING='"lwtools 4.2"'
+CPPFLAGS += -I lwlib -DPACKAGE_STRING='"lwtools 4.2+"'
 LDFLAGS += -L$(PWD)/lwlib -llw
 
 CFLAGS ?= -g -Wall