X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;ds=sidebyside;f=CRM%2FUpgrade%2FForm.php;h=6f40d682b11509b36aee97abb9edc4f3f8c4a56b;hb=daaca8f90dcbfb4d7e8a80a01e83750f850fb197;hp=803bf2e7d2a33339feb964f51013686f983aab90;hpb=c691ec6a3545de017533cca8e1cfcca0b32f3d2a;p=civicrm-core.git diff --git a/CRM/Upgrade/Form.php b/CRM/Upgrade/Form.php index 803bf2e7d2..6f40d682b1 100644 --- a/CRM/Upgrade/Form.php +++ b/CRM/Upgrade/Form.php @@ -23,7 +23,7 @@ | GNU Affero General Public License or the licensing of CiviCRM, | | see the CiviCRM license FAQ at http://civicrm.org/licensing | +--------------------------------------------------------------------+ -*/ + */ /** * @@ -360,7 +360,7 @@ SET version = '$version' // sample test list /* $revList = array( - '2.1.0', '2.2.beta2', '2.2.beta1', '2.2.alpha1', */ + '2.1.0', '2.2.beta2', '2.2.beta1', '2.2.alpha1', */ /* '2.2.alpha3', '2.2.0', '2.2.2', '2.1.alpha1', '2.1.3'); */ @@ -785,4 +785,5 @@ SET version = '$version' } } } + }