Skip to content

Commit

Permalink
Add git revision to version string
Browse files Browse the repository at this point in the history
  • Loading branch information
pstorz committed Jun 6, 2014
1 parent 2b799e3 commit 96862fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion platforms/osx/Makefile.in
Expand Up @@ -7,9 +7,10 @@
# for Bareos release @VERSION@ (@DATE@) -- @DISTNAME@
#

GITVERSION=$(shell git log --pretty=format:"%at" -1)

# bareos version and download site
BAREOS_VERSION:=@VERSION@
BAREOS_VERSION:=@VERSION@.git.$(GITVERSION)
BAREOS_DL_URL:=http://downloads.sourceforge.net/project/bareos/bareos/${BAREOS_VERSION}/bareos-${BAREOS_VERSION}.tar.gz

# Build universal binary. Comment out when building versions of bareos < 3.0.0
Expand Down

0 comments on commit 96862fb

Please sign in to comment.