summaryrefslogtreecommitdiffstats
path: root/create_all_tarballs
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2014-12-12 03:32:53 +0100
committerSlávek Banko <slavek.banko@axis.cz>2014-12-12 03:32:53 +0100
commit1029f47a0be05d88b8ec1e3bcea94c79ad811917 (patch)
treeaff64823beb48d86055a74614aeb2d80ae3c80c9 /create_all_tarballs
parent0a16bdf260fda53e649c7c13c2fb324614acb773 (diff)
downloadscripts-1029f47a0be05d88b8ec1e3bcea94c79ad811917.tar.gz
scripts-1029f47a0be05d88b8ec1e3bcea94c79ad811917.zip
Update default target release to R14.1.0
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'create_all_tarballs')
-rwxr-xr-xcreate_all_tarballs2
1 files changed, 1 insertions, 1 deletions
diff --git a/create_all_tarballs b/create_all_tarballs
index a4564f0..d35f67f 100755
--- a/create_all_tarballs
+++ b/create_all_tarballs
@@ -1,7 +1,7 @@
#!/bin/bash
# Set the current target version
-export TARGET=${TARGET:-"14.0.0"}
+export TARGET=${TARGET:-"14.1.0"}
# When $SUFFIX = true then the package tarball name will be $package-trinity.
# When $SUFFIX != true then the package tarball name will be trinity-$package.