Update default target release to R14.0.1

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
r14.0.x r14.0.1
Slávek Banko 9 years ago
parent 580cb8e6f8
commit 41bd09eab9

@ -1,7 +1,7 @@
#!/bin/bash
# Set the current target version
export TARGET=${TARGET:-"14.0.0"}
export TARGET=${TARGET:-"14.0.1"}
# When $SUFFIX = true then the package tarball name will be $package-trinity.
# When $SUFFIX != true then the package tarball name will be trinity-$package.

@ -1,7 +1,7 @@
#!/bin/bash
# Set the current target version
TARGET=${TARGET:-"14.0.0"}
TARGET=${TARGET:-"14.0.1"}
# When $SUFFIX = true then the package tarball name will be $package-trinity.
# When $SUFFIX != true then the package tarball name will be trinity-$package.

Loading…
Cancel
Save