Skip to content

Commit

Permalink
Add --tags to git describe to we pick up the 2.4 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed Jul 5, 2015
1 parent 5dcf63c commit 04dc674
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<target name="git-buildnumber" description="Store output from git-describe in ${buildnumber}" if="git.present">
<exec outputproperty="build_number" executable="git" dir="${basedir}">
<arg value="describe" />
<arg value="--tags" />
</exec>
</target>

Expand Down

0 comments on commit 04dc674

Please sign in to comment.