From: Coleman Watts <coleman@civicrm.org>
Date: Wed, 23 Oct 2013 20:47:32 +0000 (-0700)
Subject: Update version to 4.4.0
X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=e9df2001b55f63808c3a98d8a2ea522303d4082b;p=civicrm-core.git

Update version to 4.4.0
---

diff --git a/CRM/Upgrade/Incremental/sql/4.4.beta5.mysql.tpl b/CRM/Upgrade/Incremental/sql/4.4.0.mysql.tpl
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 a7e3dfe334..eb92f0aa22 100644
--- a/CRM/Upgrade/Incremental/sql/4.4.beta5.mysql.tpl
+++ b/CRM/Upgrade/Incremental/sql/4.4.0.mysql.tpl
@@ -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
index 0c84b41152..0000000000
--- a/CRM/Upgrade/Incremental/sql/4.4.alpha2.mysql.tpl
+++ /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
index aba52f61c0..0000000000
--- a/CRM/Upgrade/Incremental/sql/4.4.beta2.mysql.tpl
+++ /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
index 56fb69fee8..0000000000
--- a/CRM/Upgrade/Incremental/sql/4.4.beta3.mysql.tpl
+++ /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
index de091592c3..0000000000
--- a/CRM/Upgrade/Incremental/sql/4.4.beta4.mysql.tpl
+++ /dev/null
@@ -1 +0,0 @@
-{* file to handle db changes in 4.4.beta4 during upgrade *}
diff --git a/sql/civicrm_generated.mysql b/sql/civicrm_generated.mysql
index 3f652bc0b6..cf5f2233d6 100644
--- a/sql/civicrm_generated.mysql
+++ b/sql/civicrm_generated.mysql
@@ -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;
 
diff --git a/xml/version.xml b/xml/version.xml
index f38eb0d35d..242da4a63a 100644
--- a/xml/version.xml
+++ b/xml/version.xml
@@ -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>