Skip to content

Commit

Permalink
Advance to the next #minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
Catalin Toda committed Sep 6, 2023
1 parent a39fc37 commit 80578a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -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)\"
Expand Down

0 comments on commit 80578a2

Please sign in to comment.