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:
authorBernhard Nortmann <bernhard.nortmann@web.de>2016-10-26 21:51:18 +0300
committerBernhard Nortmann <bernhard.nortmann@web.de>2016-10-26 21:51:18 +0300
commit9080136cc0e230d879ad4d580fdab4048684eb5e (patch)
tree6814df54d161ce75994ba33bd9044523771ffaea
parent74d22ad65fa8af14e4f453fedc7de534be10bfbb (diff)
Prepare release v1.4
Signed-off-by: Bernhard Nortmann <bernhard.nortmann@web.de>
-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