Commit 9a3d62aa authored by NiteHawk's avatar NiteHawk Committed by GitHub
Browse files

Merge pull request #68 from n1tehawk/20161021_autoversion

Prepare release v1.4
parents 74d22ad6 9080136c
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
# output (on stdout) can easily be redirected to a file. # 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 if VER=`git describe --tags --dirty --always`; then
echo "Setting version information: ${VER}" >&2 echo "Setting version information: ${VER}" >&2
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment