version fixes
authorCiviCRM <info@civicrm.org>
Mon, 25 Aug 2014 05:18:30 +0000 (10:48 +0530)
committerCiviCRM <info@civicrm.org>
Mon, 25 Aug 2014 05:18:30 +0000 (10:48 +0530)
sql/civicrm_generated.mysql
xml/version.xml

index 3a323c182b80276987f88eafce4128d76b081573..2e4cdf79aa5c2aa78ec535bfb1d40cbafe8193b3 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.beta7',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.beta8',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}');
 /*!40000 ALTER TABLE `civicrm_domain` ENABLE KEYS */;
 UNLOCK TABLES;
 
index 09264de2b70ec72ce697967ce74ec9e8c22d4641..fae516dfdabf94a962545122eef081ed56b81fa6 100644 (file)
@@ -1,4 +1,4 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
 <version>
-  <version_no>4.5.beta7</version_no>
+  <version_no>4.5.beta8</version_no>
 </version>