update to 4.7.0
authorGreg Pazo <gpazo@xtuple.com>
Fri, 19 Sep 2014 00:06:25 +0000 (20:06 -0400)
committerGreg Pazo <gpazo@xtuple.com>
Fri, 19 Sep 2014 00:06:25 +0000 (20:06 -0400)
enyo-client/database/source/update_version.sql
foundation-database/public/tables/metric.sql
package.json

index a23ed94..9d6b744 100644 (file)
@@ -1 +1 @@
-UPDATE pkghead SET pkghead_version = '4.7.0Beta' WHERE pkghead_name = 'xt';
+UPDATE pkghead SET pkghead_version = '4.7.0' WHERE pkghead_name = 'xt';
index 21c8615..1ffa427 100644 (file)
@@ -2,3 +2,4 @@
 insert into metric (metric_name, metric_value)
 select 'UnifiedBuild', 'true'
 where not exists (select c.metric_id from metric c where c.metric_name = 'UnifiedBuild');
+SELECT setMetric('ServerVersion', '4.7.0');
index 88d940f..eebc2ec 100644 (file)
@@ -2,7 +2,7 @@
   "author": "xTuple <dev@xtuple.com>",
   "name": "xtuple",
   "description": "xTuple Enterprise Resource Planning Mobile-Web client",
-  "version": "4.7.0-beta",
+  "version": "4.7.0",
   "repository": {
     "type": "git",
     "url": "https://github.com/xtuple/xtuple.git"