diff options
| author | Slávek Banko <slavek.banko@axis.cz> | 2015-12-23 02:21:31 +0100 |
|---|---|---|
| committer | Slávek Banko <slavek.banko@axis.cz> | 2015-12-23 02:21:31 +0100 |
| commit | 34be6b5ed4ccb1101c25d04944d7062c433c17e9 (patch) | |
| tree | bfdf8b98ca1f77bf136ce787b87bfd2a2bf6b799 | |
| parent | dd6b89a14a0df69a3b26dc04a0fbd37619c02c7c (diff) | |
| download | scripts-34be6b5ed4ccb1101c25d04944d7062c433c17e9.tar.gz scripts-34be6b5ed4ccb1101c25d04944d7062c433c17e9.zip | |
Update version number for new target 3.5.13.3
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
| -rwxr-xr-x | create_all_tarballs | 2 | ||||
| -rwxr-xr-x | create_tarball | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/create_all_tarballs b/create_all_tarballs index 825d784..76ed25b 100755 --- a/create_all_tarballs +++ b/create_all_tarballs @@ -1,7 +1,7 @@ #!/bin/bash # Set the current target version -export TARGET=${TARGET:-"3.5.13.2"} +export TARGET=${TARGET:-"3.5.13.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 a54ef0d..ad2ae61 100755 --- a/create_tarball +++ b/create_tarball @@ -1,7 +1,7 @@ #!/bin/bash # Set the current target version -TARGET=${TARGET:-"3.5.13.2"} +TARGET=${TARGET:-"3.5.13.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. |
