Skip to content

Commit 16c148c

Browse files
committed
Fixed Makefile in 0.3.4
1 parent 7239a8e commit 16c148c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ endif
2323
CFLAGS := -Wall -D_WIN32_WINNT=0x0500 $(DBG_OPT) -I./include/
2424
CXXFLAGS := $(CFLAGS)
2525

26-
VERSION := r$(shell svn info | grep Revision | sed -e 's/.*: //')
26+
# VERSION := r$(shell svn info | grep Revision | sed -e 's/.*: //')
27+
VERSION := 0.3.4
2728

2829
IPXWRAPPER_DEPS := src/ipxwrapper.o src/winsock.o src/ipxwrapper_stubs.o src/log.o src/common.o \
2930
src/interface.o src/router.o src/ipxwrapper.def

0 commit comments

Comments
 (0)