version fixes
authorCiviCRM <info@civicrm.org>
Fri, 5 Sep 2014 12:53:52 +0000 (18:23 +0530)
committerCiviCRM <info@civicrm.org>
Fri, 5 Sep 2014 12:53:52 +0000 (18:23 +0530)
CRM/Upgrade/Incremental/sql/4.5.0.mysql.tpl [new file with mode: 0644]
sql/civicrm_generated.mysql
xml/version.xml

diff --git a/CRM/Upgrade/Incremental/sql/4.5.0.mysql.tpl b/CRM/Upgrade/Incremental/sql/4.5.0.mysql.tpl
new file mode 100644 (file)
index 0000000..414cdee
--- /dev/null
@@ -0,0 +1 @@
+{* file to handle db changes in 4.5.0 during upgrade *}
\ No newline at end of file
index 8fd051609619bdebbe844e0cf1a88c01b6fb474c..01a2af918f782229afe418899b0292fca9c8fd29 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.beta9',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.0',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}');
 /*!40000 ALTER TABLE `civicrm_domain` ENABLE KEYS */;
 UNLOCK TABLES;
 
index 229f49a022413af82c08f9291076c7f5b17b5e2c..2b1f821e2e3b3ae19b37013fb01807816d5f93d3 100644 (file)
@@ -1,4 +1,4 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
 <version>
-  <version_no>4.5.beta9</version_no>
+  <version_no>4.5.0</version_no>
 </version>