Update version number for new target R14.0.5

r14.0.x
Slávek Banko 8 years ago
parent 558e70b263
commit 9982b4a55e

@ -1,7 +1,7 @@
#!/bin/bash
# Set the current target version
export TARGET=${TARGET:-"14.0.4"}
export TARGET=${TARGET:-"14.0.5"}
# 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.4"}
TARGET=${TARGET:-"14.0.5"}
# 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