diff options
| author | Slávek Banko <slavek.banko@axis.cz> | 2016-02-29 04:29:55 +0100 |
|---|---|---|
| committer | Slávek Banko <slavek.banko@axis.cz> | 2016-02-29 04:29:55 +0100 |
| commit | 2b30dcc138112114c8ab7360061ced33fc8f148f (patch) | |
| tree | 1f046f9f23c277acec2d2d2df64a612a8c02ec35 /create_all_tarballs | |
| parent | 8eb2ea0f54d2162a616a28d02edd129b5d1c5486 (diff) | |
| download | scripts-2b30dcc138112114c8ab7360061ced33fc8f148f.tar.gz scripts-2b30dcc138112114c8ab7360061ced33fc8f148f.zip | |
Update version number for new target R14.0.4
Diffstat (limited to 'create_all_tarballs')
| -rwxr-xr-x | create_all_tarballs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/create_all_tarballs b/create_all_tarballs index 6389729..9891e68 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.3"} +export TARGET=${TARGET:-"14.0.4"} # When $SUFFIX = true then the package tarball name will be $package-trinity. # When $SUFFIX != true then the package tarball name will be trinity-$package. |
