Update version to 4.6.8
authorCiviCRM <info@civicrm.org>
Thu, 20 Aug 2015 01:59:14 +0000 (18:59 -0700)
committerCiviCRM <info@civicrm.org>
Thu, 20 Aug 2015 01:59:14 +0000 (18:59 -0700)
CRM/Upgrade/Incremental/sql/4.6.8.mysql.tpl [new file with mode: 0644]
sql/civicrm_generated.mysql
xml/version.xml

diff --git a/CRM/Upgrade/Incremental/sql/4.6.8.mysql.tpl b/CRM/Upgrade/Incremental/sql/4.6.8.mysql.tpl
new file mode 100644 (file)
index 0000000..23b84cf
--- /dev/null
@@ -0,0 +1 @@
+{* file to handle db changes in 4.6.8 during upgrade *}
index 101cef0269a383b77337421c0c4425d644cbdba8..9ee1d79567a4b4b6bd7ec5a641c948e302976aee 100644 (file)
@@ -400,7 +400,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.7',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.6.8',1,NULL,NULL);
 /*!40000 ALTER TABLE `civicrm_domain` ENABLE KEYS */;
 UNLOCK TABLES;
 
index 69ae2ce28c4db45dc91aaa448162595165e96c03..c11e0c6d87a820df3471691d752eebce1b8308ff 100644 (file)
@@ -1,4 +1,4 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
 <version>
-  <version_no>4.6.7</version_no>
+  <version_no>4.6.8</version_no>
 </version>