Skip to content

Commit 9a3d62a

Browse files
authored
Merge pull request #68 from n1tehawk/20161021_autoversion
Prepare release v1.4
2 parents 74d22ad + 9080136 commit 9a3d62a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

autoversion.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# output (on stdout) can easily be redirected to a file.
55
#
66

7-
LATEST_RELEASE="v1.3"
7+
LATEST_RELEASE="v1.4"
88

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

0 commit comments

Comments
 (0)