version fixes
authorCiviCRM <info@civicrm.org>
Wed, 20 Aug 2014 04:26:37 +0000 (09:56 +0530)
committerCiviCRM <info@civicrm.org>
Wed, 20 Aug 2014 04:26:37 +0000 (09:56 +0530)
sql/civicrm_generated.mysql
xml/version.xml

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