summaryrefslogtreecommitdiffstats
path: root/redhat/build/get_specfile.sh
diff options
context:
space:
mode:
Diffstat (limited to 'redhat/build/get_specfile.sh')
-rwxr-xr-xredhat/build/get_specfile.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/redhat/build/get_specfile.sh b/redhat/build/get_specfile.sh
index a38256188..97c00f4b0 100755
--- a/redhat/build/get_specfile.sh
+++ b/redhat/build/get_specfile.sh
@@ -1,7 +1,7 @@
#!/bin/bash
PKGNAME="${1##*/}"
-TDE_VERSION="${2:-${TDE_VERSION:-14.0.9}}"
+TDE_VERSION="${2:-${TDE_VERSION:-14.0.10}}"
[ -z "${PKGNAME}" ] && echo "You must specify a package name !" && exit 1