Update version to 4.4.beta2
authorCiviCRM <info@civicrm.org>
Thu, 5 Sep 2013 21:13:20 +0000 (14:13 -0700)
committerCiviCRM <info@civicrm.org>
Thu, 5 Sep 2013 21:13:20 +0000 (14:13 -0700)
CRM/Upgrade/Incremental/sql/4.4.beta2.mysql.tpl [new file with mode: 0644]
sql/civicrm_generated.mysql
xml/version.xml

diff --git a/CRM/Upgrade/Incremental/sql/4.4.beta2.mysql.tpl b/CRM/Upgrade/Incremental/sql/4.4.beta2.mysql.tpl
new file mode 100644 (file)
index 0000000..aba52f6
--- /dev/null
@@ -0,0 +1 @@
+{* file to handle db changes in 4.4.beta2 during upgrade *}
index 789a63f11a22f90785f4e5218b123c90e2521193..86f07141ef079a02525dab9cbcc93600b8e1b557 100644 (file)
@@ -382,7 +382,7 @@ UNLOCK TABLES;
 
 LOCK TABLES `civicrm_domain` WRITE;
 /*!40000 ALTER TABLE `civicrm_domain` DISABLE KEYS */;
-INSERT INTO `civicrm_domain` (`id`, `name`, `description`, `config_backend`, `version`, `contact_id`, `locales`, `locale_custom_strings`) VALUES (1,'Default Domain Name',NULL,NULL,'4.4.beta1',1,NULL,NULL);
+INSERT INTO `civicrm_domain` (`id`, `name`, `description`, `config_backend`, `version`, `contact_id`, `locales`, `locale_custom_strings`) VALUES (1,'Default Domain Name',NULL,NULL,'4.4.beta2',1,NULL,NULL);
 /*!40000 ALTER TABLE `civicrm_domain` ENABLE KEYS */;
 UNLOCK TABLES;
 
index 91140accd2a8f877369b8453e8b633cd0a6e990e..589dd9f00e835cc0cc497eadbcc571c9fd6cc5af 100644 (file)
@@ -1,4 +1,4 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
 <version>
-    <version_no>4.4.beta1</version_no>
+    <version_no>4.4.beta2</version_no>
 </version>