From 6e2849c2f935fa5b48e7a8a8b9b579c84a9a3734 Mon Sep 17 00:00:00 2001 From: Anton Chevychalov Date: Tue, 24 Jul 2018 17:09:39 +0300 Subject: [PATCH] ADBDEV-36 Change version of gpdb That was set previously to 5.0.0 due to troubles with madlib It was solved in madlib 1.14, so we could change it --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index b5cae357420a..6fded9b3b84e 100755 --- a/configure +++ b/configure @@ -582,8 +582,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='Greenplum Database' PACKAGE_TARNAME='greenplum-database' -PACKAGE_VERSION='5.0.0' -PACKAGE_STRING='Greenplum Database 5.0.0' +PACKAGE_VERSION='5.9.0_arenadata2' +PACKAGE_STRING='Greenplum Database 5.9.0_arenadata2' PACKAGE_BUGREPORT='support@greenplum.org' PACKAGE_URL=''