Update version to 4.5.alpha3
authorCiviCRM <info@civicrm.org>
Wed, 25 Jun 2014 15:16:06 +0000 (08:16 -0700)
committerCiviCRM <info@civicrm.org>
Wed, 25 Jun 2014 15:16:06 +0000 (08:16 -0700)
CRM/Upgrade/Incremental/sql/4.5.alpha3.mysql.tpl [new file with mode: 0644]
sql/civicrm_generated.mysql
xml/version.xml

diff --git a/CRM/Upgrade/Incremental/sql/4.5.alpha3.mysql.tpl b/CRM/Upgrade/Incremental/sql/4.5.alpha3.mysql.tpl
new file mode 100644 (file)
index 0000000..e6f149b
--- /dev/null
@@ -0,0 +1 @@
+{* file to handle db changes in 4.5.alpha3 during upgrade *}
index 25904e30af93605f9ea52297bdd06cd0850d511d..4f4dcf6d451aa09335c02554bb69f374cd69fec3 100644 (file)
@@ -391,7 +391,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.5.alpha2',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}');
+INSERT INTO `civicrm_domain` (`id`, `name`, `description`, `config_backend`, `version`, `contact_id`, `locales`, `locale_custom_strings`) VALUES (1,'Default Domain Name',NULL,NULL,'4.5.alpha3',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}');
 /*!40000 ALTER TABLE `civicrm_domain` ENABLE KEYS */;
 UNLOCK TABLES;
 
index 6200241dbf6227c6537d425d62e7522754f6146e..cd7b25be0a94e27385a54adf6d970fb200efd428 100644 (file)
@@ -1,4 +1,4 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
 <version>
-  <version_no>4.5.alpha2</version_no>
+  <version_no>4.5.alpha3</version_no>
 </version>