Revert "Update version to 4.4.5"
authorTim Otten <totten@civicrm.org>
Thu, 6 Feb 2014 23:18:39 +0000 (15:18 -0800)
committerTim Otten <totten@civicrm.org>
Thu, 6 Feb 2014 23:18:39 +0000 (15:18 -0800)
This reverts commit 94e9b0c54b018c68691cd715aa0f1978896b53d5.

CRM/Upgrade/Incremental/sql/4.4.5.mysql.tpl [deleted file]
sql/civicrm_generated.mysql
xml/version.xml

diff --git a/CRM/Upgrade/Incremental/sql/4.4.5.mysql.tpl b/CRM/Upgrade/Incremental/sql/4.4.5.mysql.tpl
deleted file mode 100644 (file)
index d887e8b..0000000
+++ /dev/null
@@ -1 +0,0 @@
-{* file to handle db changes in 4.4.5 during upgrade *}
index 6cd457297ea00e818bf8cf3061c1d387a2abbabf..0dce21950ec70021532791d037d2bee804d74e52 100644 (file)
@@ -382,7 +382,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.4.5',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.4.4',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}');
 /*!40000 ALTER TABLE `civicrm_domain` ENABLE KEYS */;
 UNLOCK TABLES;
 
index 154f8ea6358e60faf083774f4cc947cca7bb3f0b..9f6156f74970ea5066f3e605dc476f02e9fc5547 100644 (file)
@@ -1,4 +1,4 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
 <version>
-    <version_no>4.4.5</version_no>
+    <version_no>4.4.4</version_no>
 </version>