From 5097cbe74c73428f2e5f3c536a1a6f71daeb58b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Mon, 30 Nov 2015 20:34:04 +0100 Subject: [PATCH] Update version number for new target R14.0.3 --- 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 e7f537c..6389729 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.2"} +export TARGET=${TARGET:-"14.0.3"} # 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 9b49636..4a07f07 100755 --- a/create_tarball +++ b/create_tarball @@ -1,7 +1,7 @@ #!/bin/bash # Set the current target version -TARGET=${TARGET:-"14.0.2"} +TARGET=${TARGET:-"14.0.3"} # When $SUFFIX = true then the package tarball name will be $package-trinity. # When $SUFFIX != true then the package tarball name will be trinity-$package.