Update version number for new target R14.0.4

r14.0.x
Slávek Banko 8 years ago
parent 8eb2ea0f54
commit 2b30dcc138

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