From: Greg Pazo Date: Wed, 24 Sep 2014 15:41:44 +0000 (-0400) Subject: update to 4.7.0Beta2 X-Git-Tag: v4.7.0-beta.2~6^2~1 X-Git-Url: http://git.roojs.org/?p=xtuple;a=commitdiff_plain;h=2e9f094800eff2609ef949c0282da5d015a1e01e update to 4.7.0Beta2 --- diff --git a/enyo-client/database/source/update_version.sql b/enyo-client/database/source/update_version.sql index 9d6b744ae..276adb240 100644 --- a/enyo-client/database/source/update_version.sql +++ b/enyo-client/database/source/update_version.sql @@ -1 +1 @@ -UPDATE pkghead SET pkghead_version = '4.7.0' WHERE pkghead_name = 'xt'; +UPDATE pkghead SET pkghead_version = '4.7.0Beta2' WHERE pkghead_name = 'xt'; diff --git a/foundation-database/public/tables/setVersion.sql b/foundation-database/public/tables/setVersion.sql index e66a56bfa..0d396dd48 100644 --- a/foundation-database/public/tables/setVersion.sql +++ b/foundation-database/public/tables/setVersion.sql @@ -1 +1 @@ -SELECT setMetric('ServerVersion', '4.7.0'); +SELECT setMetric('ServerVersion', '4.7.0Beta2'); diff --git a/package.json b/package.json index d848338e7..94742bdcf 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "xTuple ", "name": "xtuple", "description": "xTuple Enterprise Resource Planning Mobile-Web client", - "version": "4.7.0", + "version": "4.7.0-beta2", "repository": { "type": "git", "url": "https://github.com/xtuple/xtuple.git"