Update version to 4.4.0
authorColeman Watts <coleman@civicrm.org>
Wed, 23 Oct 2013 20:47:32 +0000 (13:47 -0700)
committerColeman Watts <coleman@civicrm.org>
Wed, 23 Oct 2013 20:47:32 +0000 (13:47 -0700)
CRM/Upgrade/Incremental/sql/4.4.0.mysql.tpl [moved from CRM/Upgrade/Incremental/sql/4.4.beta5.mysql.tpl with 86% similarity]
CRM/Upgrade/Incremental/sql/4.4.alpha2.mysql.tpl [deleted file]
CRM/Upgrade/Incremental/sql/4.4.beta2.mysql.tpl [deleted file]
CRM/Upgrade/Incremental/sql/4.4.beta3.mysql.tpl [deleted file]
CRM/Upgrade/Incremental/sql/4.4.beta4.mysql.tpl [deleted file]
sql/civicrm_generated.mysql
xml/version.xml

similarity index 86%
rename from CRM/Upgrade/Incremental/sql/4.4.beta5.mysql.tpl
rename to CRM/Upgrade/Incremental/sql/4.4.0.mysql.tpl
index a7e3dfe334e96ee2422d92b05753391b2cd61c32..eb92f0aa228ecb540d7cda17c1b3adb29e3aed79 100644 (file)
@@ -1,4 +1,4 @@
-{* file to handle db changes in 4.4.beta5 during upgrade *}
+{* file to handle db changes in 4.4.0 during upgrade *}
 -- CRM-13571
 UPDATE civicrm_state_province SET name = 'Møre og Romsdal' WHERE name = 'Møre ag Romsdal';
 
@@ -6,4 +6,4 @@ UPDATE civicrm_state_province SET name = 'M
 UPDATE civicrm_state_province SET name = 'Alta Verapaz' WHERE name = 'Alta Verapez';
 UPDATE civicrm_state_province SET name = 'Baja Verapaz' WHERE name = 'Baja Verapez';
 UPDATE civicrm_state_province SET name = 'Retalhuleu' WHERE name = 'Reta.thuleu';
-UPDATE civicrm_state_province SET name = 'Sololá' WHERE name = 'Solol6';
\ No newline at end of file
+UPDATE civicrm_state_province SET name = 'Sololá' WHERE name = 'Solol6';
diff --git a/CRM/Upgrade/Incremental/sql/4.4.alpha2.mysql.tpl b/CRM/Upgrade/Incremental/sql/4.4.alpha2.mysql.tpl
deleted file mode 100644 (file)
index 0c84b41..0000000
+++ /dev/null
@@ -1 +0,0 @@
-{* file to handle db changes in 4.4.alpha2 during upgrade *}
diff --git a/CRM/Upgrade/Incremental/sql/4.4.beta2.mysql.tpl b/CRM/Upgrade/Incremental/sql/4.4.beta2.mysql.tpl
deleted file mode 100644 (file)
index aba52f6..0000000
+++ /dev/null
@@ -1 +0,0 @@
-{* file to handle db changes in 4.4.beta2 during upgrade *}
diff --git a/CRM/Upgrade/Incremental/sql/4.4.beta3.mysql.tpl b/CRM/Upgrade/Incremental/sql/4.4.beta3.mysql.tpl
deleted file mode 100644 (file)
index 56fb69f..0000000
+++ /dev/null
@@ -1 +0,0 @@
-{* file to handle db changes in 4.4.beta3 during upgrade *}
diff --git a/CRM/Upgrade/Incremental/sql/4.4.beta4.mysql.tpl b/CRM/Upgrade/Incremental/sql/4.4.beta4.mysql.tpl
deleted file mode 100644 (file)
index de09159..0000000
+++ /dev/null
@@ -1 +0,0 @@
-{* file to handle db changes in 4.4.beta4 during upgrade *}
index 3f652bc0b6e176dd410d133cf8443f663e42890e..cf5f2233d637579ed4e7845d1f6c25a1a5d23b55 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.beta5',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.4.0',1,NULL,NULL);
 /*!40000 ALTER TABLE `civicrm_domain` ENABLE KEYS */;
 UNLOCK TABLES;
 
index f38eb0d35d4bbfbbb95d72b3536c235f6752bcdf..242da4a63aa5655ecad0460c72230d7bb8c302e0 100644 (file)
@@ -1,4 +1,4 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
 <version>
-    <version_no>4.4.beta5</version_no>
+    <version_no>4.4.0</version_no>
 </version>