Update version number for new target R14.0.3

r14.0.x
Slávek Banko 8 years ago
parent 4b764e3a1f
commit 5097cbe74c

@ -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.

@ -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.

Loading…
Cancel
Save