Update version number for new target R14.0.2

r14.0.x r14.0.2
Slávek Banko 9 years ago
parent 41bd09eab9
commit 4b764e3a1f

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