diff --git a/src/Makefile.in b/src/Makefile.in index bceafa1632..6548d1d4b7 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -24,7 +24,7 @@ CPPFLAGS += @CPPFLAGS@ OS := $(shell $(CC) -v 2>&1 | grep Target | sed 's/Target: //' | cut -d- -f 2) ARCH := $(shell $(CC) -v 2>&1 | grep Target | sed 's/Target: //' | cut -d- -f 1) -MAJOR := 1.2. +MAJOR := 1.3. MINOR := $(shell git tag --points-at HEAD | cut -d. -f3 | tail -1) REVISION := $(shell git rev-parse --short HEAD) CFLAGS+=-DMAJOR=\"$(MAJOR)\" -DMINOR=\"$(MINOR)\" -DREVISION=\"$(REVISION)\"