Update version to 4.6.3
authorCiviCRM <info@civicrm.org>
Wed, 15 Apr 2015 23:43:14 +0000 (16:43 -0700)
committerCiviCRM <info@civicrm.org>
Wed, 15 Apr 2015 23:43:14 +0000 (16:43 -0700)
CRM/Upgrade/Incremental/sql/4.6.3.mysql.tpl [new file with mode: 0644]
sql/civicrm_generated.mysql
xml/version.xml

diff --git a/CRM/Upgrade/Incremental/sql/4.6.3.mysql.tpl b/CRM/Upgrade/Incremental/sql/4.6.3.mysql.tpl
new file mode 100644 (file)
index 0000000..fb9c964
--- /dev/null
@@ -0,0 +1 @@
+{* file to handle db changes in 4.6.3 during upgrade *}
index 82ebf8634324fa90e37b441115ecccddb8ad1ec3..e970105e85606125e33f0bb4df155547b5f98182 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.6.2',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.6.3',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}');
 /*!40000 ALTER TABLE `civicrm_domain` ENABLE KEYS */;
 UNLOCK TABLES;
 
index 5f23f58f4136278c4c861703f027f35369ab8974..671418c9e09b88ab36c993e2eea0a560299761ea 100644 (file)
@@ -1,4 +1,4 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
 <version>
-  <version_no>4.6.2</version_no>
+  <version_no>4.6.3</version_no>
 </version>