Repository: incubator-madlib
Updated Branches:
  refs/heads/master 00c970f58 -> 15f6ff452


Build: Bump version number


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

Branch: refs/heads/master
Commit: 15f6ff4520c611e3c820eb898277000d59c2721f
Parents: 00c970f
Author: Rahul Iyer <ri...@apache.org>
Authored: Wed May 17 13:05:26 2017 -0700
Committer: Rahul Iyer <ri...@apache.org>
Committed: Wed May 17 13:05:26 2017 -0700

----------------------------------------------------------------------
 deploy/postflight.sh   | 2 +-
 src/config/Version.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-madlib/blob/15f6ff45/deploy/postflight.sh
----------------------------------------------------------------------
diff --git a/deploy/postflight.sh b/deploy/postflight.sh
index ec36535..195c7b6 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.11
+MADLIB_VERSION=1.12-dev
 
 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

http://git-wip-us.apache.org/repos/asf/incubator-madlib/blob/15f6ff45/src/config/Version.yml
----------------------------------------------------------------------
diff --git a/src/config/Version.yml b/src/config/Version.yml
index 3e4a7a8..0db4d5b 100644
--- a/src/config/Version.yml
+++ b/src/config/Version.yml
@@ -1 +1 @@
-version: 1.11
+version: 1.12-dev

Reply via email to