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:
-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