diff Makefile @ 69:87026ec7e1c2

Change version to represent past 4.0
author lost@l-w.ca
date Sat, 09 Apr 2011 01:45:48 -0600
parents 05f1a31f8f1e
children 585cd68253f0
line wrap: on
line diff
--- a/Makefile	Sat Apr 09 01:44:45 2011 -0600
+++ b/Makefile	Sat Apr 09 01:45:48 2011 -0600
@@ -16,7 +16,7 @@
 # ranlib
 RANLIB := $(BUILDTPREFIX)ranlib
 
-CPPFLAGS += -I lwlib -DPACKAGE_STRING='"lwtools 4.0"'
+CPPFLAGS += -I lwlib -DPACKAGE_STRING='"lwtools 4.0+"'
 LDFLAGS += -L$(PWD)/lwlib -llw
 
 CFLAGS ?= -g -Wall