From 6c35bd884e937b1f0a4c4c420c1f099bc060cc4d Mon Sep 17 00:00:00 2001 From: Daniel Collins Date: Fri, 26 Oct 2012 20:44:31 +0100 Subject: [PATCH] Use "DEVELOPMENT BUILD" as the version string rather than trying to get the SVN revision number. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b2bae55..585757b 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ export CFLAGS export CXX export CXXFLAGS -VERSION := r$(shell svn info | grep Revision | sed -e 's/.*: //') +VERSION := DEVELOPMENT BUILD IPXWRAPPER_DEPS := src/ipxwrapper.o src/winsock.o src/ipxwrapper_stubs.o src/log.o src/common.o \ src/interface.o src/router.o src/ipxwrapper.def src/addrcache.o src/config.o src/addr.o