summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcreate_all_tarballs2
-rwxr-xr-xcreate_tarball2
2 files changed, 2 insertions, 2 deletions
diff --git a/create_all_tarballs b/create_all_tarballs
index 6389729..9891e68 100755
--- a/create_all_tarballs
+++ b/create_all_tarballs
@@ -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.
diff --git a/create_tarball b/create_tarball
index 4a07f07..c97b828 100755
--- a/create_tarball
+++ b/create_tarball
@@ -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.