mirror of
https://github.com/solemnwarning/ipxwrapper
synced 2024-12-30 16:45:37 +01:00
Use "DEVELOPMENT BUILD" as the version string rather than trying to get the SVN revision number.
This commit is contained in:
parent
b95d88a5c4
commit
6c35bd884e
2
Makefile
2
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user