bump to 4.5.1 for impending release
authorGreg Pazo <gpazo@xtuple.com>
Thu, 26 Jun 2014 03:55:30 +0000 (23:55 -0400)
committerGreg Pazo <gpazo@xtuple.com>
Thu, 26 Jun 2014 03:55:30 +0000 (23:55 -0400)
scripts/xml/distribution_install.xml
scripts/xml/distribution_package.xml
scripts/xml/postbooks_package.xml
scripts/xml/xtmfg_install.xml
scripts/xml/xtmfg_package.xml

index 1e14b58..f8161dc 100644 (file)
@@ -1,5 +1,5 @@
-<package id        = "distribution-install-450"
-         version   = "4.5.0"
+<package id        = "distribution-install-451"
+         version   = "4.5.1"
          developer = "xTuple"
          descrip   = "load PostBooks resources"
          updater   = "2.2.4" >
@@ -19,8 +19,8 @@
 
   <prerequisite type = "query"
                 name = "Checking for bad xTuple ERP database version" >
-    <query>SELECT NOT fetchMetricText('ServerVersion') > '4.5.0' AND fetchMetricText('ServerVersion')!='4.5.0Beta' AND fetchMetricText('ServerVersion')!='4.5.0RC';</query>
-    <message>This package may not be applied to a 4.5+ PostBooks database.
+    <query>SELECT NOT fetchMetricText('ServerVersion') > '4.5.1' AND fetchMetricText('ServerVersion')!='4.5.0Beta' AND fetchMetricText('ServerVersion')!='4.5.0RC';</query>
+    <message>This package may not be applied to a 4.5.1+ PostBooks database.
     </message>
   </prerequisite>
 
index 48d0027..52faa5f 100644 (file)
@@ -1,5 +1,5 @@
-<package id        = "distribution-upgrade-450"
-         version   = "4.5.0"
+<package id        = "distribution-upgrade-451"
+         version   = "4.5.1"
          developer = "xTuple"
          descrip   = "load PostBooks resources"
          updater   = "2.2.4" >
@@ -19,8 +19,8 @@
 
  <prerequisite type = "query"
                name = "Checking for bad xTuple ERP database version" >
-<query>SELECT NOT fetchMetricText('ServerVersion') > '4.5.0' AND fetchMetricText('ServerVersion')!='4.5.0Beta' AND fetchMetricText('ServerVersion')!='4.5.0RC';</query>
-    <message>This package may not be applied to a 4.5+ Distribution database.
+<query>SELECT NOT fetchMetricText('ServerVersion') > '4.5.1' AND fetchMetricText('ServerVersion')!='4.5.0Beta' AND fetchMetricText('ServerVersion')!='4.5.0RC';</query>
+    <message>This package may not be applied to a 4.5.1+ Distribution database.
     </message>
   </prerequisite>
 
@@ -33,7 +33,7 @@
 
  <prerequisite type = "query"
                name = "Checking for xwd schema" >
-    <query>SELECT NOT EXISTS(SELECT 1 FROM pg_namespace WHERE nspname = 'xwd');</query>
+    <query>SELECT EXISTS(SELECT 1 FROM pg_namespace WHERE nspname = 'xwd');</query>
     <message>This package requires that XWD 240 package to be installed before continuing.</message>
   </prerequisite>
 
index b3b8d93..bca5d79 100644 (file)
@@ -1,5 +1,5 @@
-<package id        = "postbooks-upgrade-450"
-         version   = "4.5.0"
+<package id        = "postbooks-upgrade-451"
+         version   = "4.5.1"
          developer = "xTuple"
          descrip   = "load PostBooks resources"
          updater   = "2.2.4" >
@@ -19,8 +19,8 @@
 
   <prerequisite type = "query"
                 name = "Checking for bad xTuple ERP database version" >
-    <query>SELECT NOT fetchMetricText('ServerVersion') > '4.5.0' AND fetchMetricText('ServerVersion')!='4.5.0Beta' AND fetchMetricText('ServerVersion')!='4.5.0RC';</query>
-    <message>This package may not be applied to a 4.5+ Postbooks database.
+    <query>SELECT NOT fetchMetricText('ServerVersion') > '4.5.1' AND fetchMetricText('ServerVersion')!='4.5.0Beta' AND fetchMetricText('ServerVersion')!='4.5.0RC';</query>
+    <message>This package may not be applied to a 4.5.1+ Postbooks database.
     </message>
   </prerequisite>
 
index 4f7e97b..13d432b 100644 (file)
@@ -1,5 +1,5 @@
-<package id        = "manufacturing-install-450"
-         version   = "4.5.0"
+<package id        = "manufacturing-install-451"
+         version   = "4.5.1"
          developer = "xTuple"
          descrip   = "load PostBooks resources"
          updater   = "2.2.4" >
@@ -19,8 +19,8 @@
 
   <prerequisite type = "query"
                 name = "Checking for bad xTuple ERP database version" >
-    <query>SELECT NOT fetchMetricText('ServerVersion') > '4.5.0' AND fetchMetricText('ServerVersion')!='4.5.0Beta' AND fetchMetricText('ServerVersion')!='4.5.0RC';</query>
-    <message>This package may not be applied to a 4.5.0+ PostBooks database.
+    <query>SELECT NOT fetchMetricText('ServerVersion') > '4.5.1' AND fetchMetricText('ServerVersion')!='4.5.0Beta' AND fetchMetricText('ServerVersion')!='4.5.0RC';</query>
+    <message>This package may not be applied to a 4.5.1+ PostBooks database.
     </message>
   </prerequisite>
 
index ee7a8b5..79ea971 100644 (file)
@@ -1,5 +1,5 @@
-<package id        = "manufacturing-upgrade-450"
-         version   = "4.5.0"
+<package id        = "manufacturing-upgrade-451"
+         version   = "4.5.1"
          developer = "xTuple"
          descrip   = "load PostBooks resources"
          updater   = "2.2.4" >
@@ -25,8 +25,8 @@
 
 <prerequisite type = "query"
                name = "Checking for bad xTuple ERP database version" >
-<query>SELECT NOT fetchMetricText('ServerVersion') > '4.5.0' AND fetchMetricText('ServerVersion')!='4.5.0Beta' AND fetchMetricText('ServerVersion')!='4.5.0RC';</query>
-    <message>This package may not be applied to a 4.5+ Manufacturing database.
+<query>SELECT NOT fetchMetricText('ServerVersion') > '4.5.1' AND fetchMetricText('ServerVersion')!='4.5.0Beta' AND fetchMetricText('ServerVersion')!='4.5.0RC';</query>
+    <message>This package may not be applied to a 4.5.1+ Manufacturing database.
     </message>
 </prerequisite>