fixed version for next release
authorKurund Jalmi <kurund@civicrm.org>
Sun, 17 Mar 2013 15:04:06 +0000 (20:34 +0530)
committerKurund Jalmi <kurund@civicrm.org>
Sun, 17 Mar 2013 15:04:06 +0000 (20:34 +0530)
sql/civicrm_generated.mysql
xml/version.xml

index 50f4ead2f54b4c17b72d49760d535bdfd373b8d0..dd900ee35000f3792860888137b3014d8174422f 100644 (file)
@@ -392,7 +392,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.3.beta3',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.3.beta4',1,NULL,NULL);
 /*!40000 ALTER TABLE `civicrm_domain` ENABLE KEYS */;
 UNLOCK TABLES;
 
index 4ad474563ee23db3b72b260a0f1f2e0de86421a8..28cde99d76338ebb06cd90033efe143223d233be 100644 (file)
@@ -1,4 +1,4 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
 <version>
-    <version_no>4.3.beta3</version_no>
+    <version_no>4.3.beta4</version_no>
 </version>