Skip to content

Commit

Permalink
Merge pull request #68 from n1tehawk/20161021_autoversion
Browse files Browse the repository at this point in the history
Prepare release v1.4
  • Loading branch information
n1tehawk authored Oct 26, 2016
2 parents 74d22ad + 9080136 commit 9a3d62a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoversion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# output (on stdout) can easily be redirected to a file.
#

LATEST_RELEASE="v1.3"
LATEST_RELEASE="v1.4"

if VER=`git describe --tags --dirty --always`; then
echo "Setting version information: ${VER}" >&2
Expand Down

0 comments on commit 9a3d62a

Please sign in to comment.