Skip to content

Commit

Permalink
version fix for Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
antonio-malcolm committed Dec 22, 2015
1 parent 53d2d13 commit d0a11f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ INCS = $(shell pkg-config --cflags $(PACKAGES))
LIBS += -lm $(shell pkg-config --libs $(PACKAGES))

# === Version string ===
SKIPPYXD_VERSION ?= git-$(shell git describe --always --dirty)-$(shell git log -1 --date=short --pretty=format:%cd)
SKIPPYXD_VERSION = "2015.12.21"
CPPFLAGS += -DSKIPPYXD_VERSION="\"${SKIPPYXD_VERSION}\""

# === Recipes ===
Expand Down

0 comments on commit d0a11f4

Please sign in to comment.