Update default target release to R14.1.0

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/1/head
Slávek Banko 9 years ago
parent 0a16bdf260
commit 1029f47a0b

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
# Set the current target version # 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 $package-trinity.
# When $SUFFIX != true then the package tarball name will be trinity-$package. # When $SUFFIX != true then the package tarball name will be trinity-$package.

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
# Set the current target version # 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 $package-trinity.
# When $SUFFIX != true then the package tarball name will be trinity-$package. # When $SUFFIX != true then the package tarball name will be trinity-$package.

Loading…
Cancel
Save