Update version to 4.6.alpha6
[civicrm-core.git] / CRM / Campaign / Config.php
index afd43c31bdc43062efee9864c7abb86227e4c047..50e9e829b9a10e1e53af1cdf01c8b52ac90fbfa6 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.5                                                |
+ | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC (c) 2004-2014                                  |
  +--------------------------------------------------------------------+
@@ -23,7 +23,7 @@
  | GNU Affero General Public License or the licensing of CiviCRM,     |
  | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  * Config handles all the run time configuration changes that the system needs to deal with.
@@ -35,5 +35,5 @@
  * $Id$
  *
  */
-class CRM_Campaign_Config extends CRM_Core_Component_Config {}
-
+class CRM_Campaign_Config extends CRM_Core_Component_Config {
+}