Update version to 4.4.alpha2
authorCiviCRM <info@civicrm.org>
Thu, 15 Aug 2013 00:34:14 +0000 (17:34 -0700)
committerCiviCRM <info@civicrm.org>
Thu, 15 Aug 2013 00:34:14 +0000 (17:34 -0700)
CRM/Upgrade/Incremental/sql/4.4.alpha2.mysql.tpl [new file with mode: 0644]
sql/civicrm_generated.mysql
xml/version.xml

diff --git a/CRM/Upgrade/Incremental/sql/4.4.alpha2.mysql.tpl b/CRM/Upgrade/Incremental/sql/4.4.alpha2.mysql.tpl
new file mode 100644 (file)
index 0000000..0c84b41
--- /dev/null
@@ -0,0 +1 @@
+{* file to handle db changes in 4.4.alpha2 during upgrade *}
index 9bfa660c912f3920405558cf1003036e5065b80c..98a5c2c9888d04fe48fac2e66581f168430c6604 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.alpha1',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.alpha2',1,NULL,NULL);
 /*!40000 ALTER TABLE `civicrm_domain` ENABLE KEYS */;
 UNLOCK TABLES;
 
index 93fa34a733ad77ab37ced7d7e20ce2af0da85f49..3cc3357ff23bf7fc26fce2b40f224b5598edb5f8 100644 (file)
@@ -1,4 +1,4 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
 <version>
-    <version_no>4.4.alpha1</version_no>
+    <version_no>4.4.alpha2</version_no>
 </version>