Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/linux-sunxi/sunxi-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiteHawk <n1tehawk@users.noreply.github.com>2016-10-26 21:53:37 +0300
committerGitHub <noreply@github.com>2016-10-26 21:53:37 +0300
commit9a3d62aa0c820b3dd42ba3409b2043f4143683cd (patch)
tree6814df54d161ce75994ba33bd9044523771ffaea
parent74d22ad65fa8af14e4f453fedc7de534be10bfbb (diff)
parent9080136cc0e230d879ad4d580fdab4048684eb5e (diff)
Merge pull request #68 from n1tehawk/20161021_autoversionv1.4
Prepare release v1.4
-rwxr-xr-xautoversion.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoversion.sh b/autoversion.sh
index 35f548b..1769df3 100755
--- a/autoversion.sh
+++ b/autoversion.sh
@@ -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