Skip to content

Commit

Permalink
Include the git tag version in the distributions
Browse files Browse the repository at this point in the history
  • Loading branch information
markwal committed Oct 3, 2015
1 parent 27636d9 commit b7e3d43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/defines/defines.mk
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ endif

# Build directories

VERSION = 2.2.1
GPX_VERSION = $(shell git describe --tags --dirty)
VERSION = $(GPX_VERSION)
SHAREDIR = $(SRCDIR)/shared
PLANNERDIR = $(SRCDIR)/planner
UTILSDIR = $(SRCDIR)/utils
Expand Down
2 changes: 0 additions & 2 deletions src/defines/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ EXE_TARGET_OBJS = $(foreach objs, \

LINK_TARGETS = $(addprefix $(OBJDIR)/, $(EXE_TARGETS))

GPX_VERSION = $(shell git describe --tags --dirty)

all:: $(LINK_TARGETS)

# Pull in auto-generated dependency information
Expand Down

0 comments on commit b7e3d43

Please sign in to comment.