From: Greg Pazo Date: Thu, 2 Oct 2014 18:11:07 +0000 (-0400) Subject: update to 4.7.0 X-Git-Url: http://git.roojs.org/?p=xtuple;a=commitdiff_plain;h=8ebd83fd1b4a4653229888dc300402836c88e1dc update to 4.7.0 --- diff --git a/enyo-client/database/source/update_version.sql b/enyo-client/database/source/update_version.sql index 276adb240..9d6b744ae 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.0Beta2' WHERE pkghead_name = 'xt'; +UPDATE pkghead SET pkghead_version = '4.7.0' WHERE pkghead_name = 'xt'; diff --git a/foundation-database/public/tables/setVersion.sql b/foundation-database/public/tables/setVersion.sql index 0d396dd48..e66a56bfa 100644 --- a/foundation-database/public/tables/setVersion.sql +++ b/foundation-database/public/tables/setVersion.sql @@ -1 +1 @@ -SELECT setMetric('ServerVersion', '4.7.0Beta2'); +SELECT setMetric('ServerVersion', '4.7.0'); diff --git a/package.json b/package.json index 94742bdcf..d848338e7 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-beta2", + "version": "4.7.0", "repository": { "type": "git", "url": "https://github.com/xtuple/xtuple.git"