changeset 356:c6bd6e9bc6df

Mark version number to indicate ongoing development.
author William Astle <lost@l-w.ca>
date Tue, 19 May 2015 12:28:37 -0600
parents 3afb809c7add
children b6933dc299e6
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Tue May 19 12:26:35 2015 -0600
+++ b/Makefile	Tue May 19 12:28:37 2015 -0600
@@ -27,7 +27,7 @@
 RANLIB := $(BUILDTPREFIX)$(RANLIB)
 endif
 
-CPPFLAGS += -I lwlib -DPACKAGE_STRING='"lwtools 4.11"'
+CPPFLAGS += -I lwlib -DPACKAGE_STRING='"lwtools 4.11+"'
 LDFLAGS += -Llwlib -llw
 
 CFLAGS ?= -O3 -Wall