updates for next version release
authorCiviCRM <info@civicrm.org>
Tue, 3 Jun 2014 14:06:04 +0000 (19:36 +0530)
committerCiviCRM <info@civicrm.org>
Tue, 3 Jun 2014 14:06:04 +0000 (19:36 +0530)
CRM/Upgrade/Incremental/sql/4.5.alpha2.mysql.tpl [new file with mode: 0644]
sql/civicrm_generated.mysql
xml/version.xml

diff --git a/CRM/Upgrade/Incremental/sql/4.5.alpha2.mysql.tpl b/CRM/Upgrade/Incremental/sql/4.5.alpha2.mysql.tpl
new file mode 100644 (file)
index 0000000..e69de29
index 251d3c90cc26ce4189d917955b3c1a9ba05abadb..54fbdc1d711871f73364bfb09cbf09bc39cf40ff 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.alpha1',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.alpha2',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}');
 /*!40000 ALTER TABLE `civicrm_domain` ENABLE KEYS */;
 UNLOCK TABLES;
 
index 5a2f31466e97f39a6b4b81f346e0041d793e736a..6200241dbf6227c6537d425d62e7522754f6146e 100644 (file)
@@ -1,4 +1,4 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
 <version>
-  <version_no>4.5.alpha1</version_no>
+  <version_no>4.5.alpha2</version_no>
 </version>