From 1029f47a0be05d88b8ec1e3bcea94c79ad811917 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Fri, 12 Dec 2014 03:32:53 +0100 Subject: [PATCH] Update default target release to R14.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- create_all_tarballs | 2 +- create_tarball | 2 +- 2 files changed, 2 insertions(+), 2 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. diff --git a/create_tarball b/create_tarball index 694aad3..e8f7004 100755 --- a/create_tarball +++ b/create_tarball @@ -1,7 +1,7 @@ #!/bin/bash # Set the current target version -TARGET=${TARGET:-"14.0.0"} +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.