diff --git a/app/xml_cdr/app_languages.php b/app/xml_cdr/app_languages.php index 5de3a171bc..296deaaf73 100644 --- a/app/xml_cdr/app_languages.php +++ b/app/xml_cdr/app_languages.php @@ -506,4 +506,4 @@ $text['option-false']['pt-pt'] = "Não"; $text['option-false']['fr-fr'] = "Non"; -?> +?> \ No newline at end of file diff --git a/resources/functions.php b/resources/functions.php index dfb53d33a7..96e5801be1 100644 --- a/resources/functions.php +++ b/resources/functions.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2008-2013 + Portions created by the Initial Developer are Copyright (C) 2008-2014 the Initial Developer. All Rights Reserved. Contributor(s): @@ -26,7 +26,7 @@ if (!function_exists('software_version')) { function software_version() { - return '3.6.0-rc4'; + return '3.6.0'; } } diff --git a/themes/enhanced/app_languages.php b/themes/enhanced/app_languages.php index d2a538f75c..1d3a7cc7f3 100644 --- a/themes/enhanced/app_languages.php +++ b/themes/enhanced/app_languages.php @@ -36,6 +36,4 @@ $text['theme-label-search']['pt-pt'] = "Pesquisa..."; $text['theme-label-search']['fr-fr'] = "Recherche..."; - - -?> +?> \ No newline at end of file