Update version to 4.7.2
authoryashodha <yashodha.chaku@webaccessglobal.com>
Wed, 3 Feb 2016 12:10:33 +0000 (17:40 +0530)
committeryashodha <yashodha.chaku@webaccessglobal.com>
Wed, 3 Feb 2016 12:10:33 +0000 (17:40 +0530)
CRM/Upgrade/Incremental/sql/4.7.2.mysql.tpl [new file with mode: 0644]
sql/civicrm_generated.mysql
xml/version.xml

diff --git a/CRM/Upgrade/Incremental/sql/4.7.2.mysql.tpl b/CRM/Upgrade/Incremental/sql/4.7.2.mysql.tpl
new file mode 100644 (file)
index 0000000..8a258e4
--- /dev/null
@@ -0,0 +1 @@
+{* file to handle db changes in 4.7.2 during upgrade *}
index d85a0c3643070d728a587ea2bc42f40e5f2963df..9f9340af7c8d04fe43118eb3627685806f03b141 100644 (file)
@@ -399,7 +399,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.7.1',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.7.2',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}');
 /*!40000 ALTER TABLE `civicrm_domain` ENABLE KEYS */;
 UNLOCK TABLES;
 
index 064102f6e0dd72efc65d57dbdae93113240364b8..b4000c160c56cd143c0eabc3d283b105db8166ee 100644 (file)
@@ -1,4 +1,4 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
 <version>
-  <version_no>4.7.1</version_no>
+  <version_no>4.7.2</version_no>
 </version>