Skip to content

Commit

Permalink
Prepare "point" release tag (v1.4.2)
Browse files Browse the repository at this point in the history
Signed-off-by: Bernhard Nortmann <[email protected]>
  • Loading branch information
n1tehawk committed Nov 29, 2016
1 parent 384ff64 commit 60ea132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoversion.sh
100755 → 100644
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.4.1"
LATEST_RELEASE="v1.4.2"

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

0 comments on commit 60ea132

Please sign in to comment.