Build: Fix the version number in postflight.py

Project: http://git-wip-us.apache.org/repos/asf/incubator-madlib/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-madlib/commit/d54be2b8
Tree: http://git-wip-us.apache.org/repos/asf/incubator-madlib/tree/d54be2b8
Diff: http://git-wip-us.apache.org/repos/asf/incubator-madlib/diff/d54be2b8

Branch: refs/heads/latest_release
Commit: d54be2b8574c5bf0ace96b94ba81f3e5cbf70a35
Parents: 0ff829a
Author: Orhan Kislal <okis...@pivotal.io>
Authored: Tue May 2 11:34:34 2017 -0700
Committer: Orhan Kislal <okis...@pivotal.io>
Committed: Tue May 2 11:34:34 2017 -0700

----------------------------------------------------------------------
 deploy/postflight.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-madlib/blob/d54be2b8/deploy/postflight.sh
----------------------------------------------------------------------
diff --git a/deploy/postflight.sh b/deploy/postflight.sh
index ddc1f81..ec36535 100755
--- a/deploy/postflight.sh
+++ b/deploy/postflight.sh
@@ -2,7 +2,7 @@
 
 # $0 - Script Path, $1 - Package Path, $2 - Target Location, and $3 - Target 
Volumn
 
-MADLIB_VERSION=1.10.0
+MADLIB_VERSION=1.11
 
 find $2/usr/local/madlib/bin -type d -exec cp -RPf {} 
$2/usr/local/madlib/old_bin \; 2>/dev/null
 find $2/usr/local/madlib/bin -depth -type d -exec rm -r {} \; 2>/dev/null

Reply via email to