Commit 39cee131 authored by Sebastian Kummer's avatar Sebastian Kummer

ZP-727 Bump version to 2.2.5 alpha. Removed newlines at end of files for

modified files.

Released under the Affero GNU General Public License (AGPL) version 3.
parent 792ce30e
...@@ -266,4 +266,4 @@ class ZPushAutodiscover { ...@@ -266,4 +266,4 @@ class ZPushAutodiscover {
} }
ZPushAutodiscover::DoZPushAutodiscover(); ZPushAutodiscover::DoZPushAutodiscover();
?> ?>
\ No newline at end of file
...@@ -2685,4 +2685,4 @@ class MAPIProvider { ...@@ -2685,4 +2685,4 @@ class MAPIProvider {
} }
} }
?> ?>
\ No newline at end of file
...@@ -166,4 +166,4 @@ class MAPIStreamWrapper { ...@@ -166,4 +166,4 @@ class MAPIStreamWrapper {
stream_wrapper_register(MAPIStreamWrapper::PROTOCOL, "MAPIStreamWrapper") stream_wrapper_register(MAPIStreamWrapper::PROTOCOL, "MAPIStreamWrapper")
?> ?>
\ No newline at end of file
...@@ -1916,4 +1916,4 @@ class BackendZarafa implements IBackend, ISearchProvider { ...@@ -1916,4 +1916,4 @@ class BackendZarafa implements IBackend, ISearchProvider {
*/ */
class BackendICS extends BackendZarafa {} class BackendICS extends BackendZarafa {}
?> ?>
\ No newline at end of file
...@@ -298,4 +298,4 @@ include_once('version.php'); ...@@ -298,4 +298,4 @@ include_once('version.php');
// end gracefully // end gracefully
ZLog::WriteEnd(); ZLog::WriteEnd();
?> ?>
\ No newline at end of file
...@@ -454,4 +454,4 @@ class Streamer implements Serializable { ...@@ -454,4 +454,4 @@ class Streamer implements Serializable {
} }
} }
?> ?>
\ No newline at end of file
...@@ -298,4 +298,4 @@ function zarafa_error_handler($errno, $errstr, $errfile, $errline, $errcontext) ...@@ -298,4 +298,4 @@ function zarafa_error_handler($errno, $errstr, $errfile, $errline, $errcontext)
error_reporting(E_ALL); error_reporting(E_ALL);
set_error_handler("zarafa_error_handler"); set_error_handler("zarafa_error_handler");
?> ?>
\ No newline at end of file
...@@ -89,4 +89,4 @@ class GetAttachment extends RequestProcessor { ...@@ -89,4 +89,4 @@ class GetAttachment extends RequestProcessor {
return true; return true;
} }
} }
?> ?>
\ No newline at end of file
...@@ -1278,4 +1278,4 @@ class Sync extends RequestProcessor { ...@@ -1278,4 +1278,4 @@ class Sync extends RequestProcessor {
} }
} }
?> ?>
\ No newline at end of file
...@@ -59,4 +59,4 @@ class SyncItemOperationsAttachment extends SyncObject { ...@@ -59,4 +59,4 @@ class SyncItemOperationsAttachment extends SyncObject {
parent::SyncObject($mapping); parent::SyncObject($mapping);
} }
} }
?> ?>
\ No newline at end of file
...@@ -123,4 +123,4 @@ class SyncMeetingRequestRecurrence extends SyncObject { ...@@ -123,4 +123,4 @@ class SyncMeetingRequestRecurrence extends SyncObject {
} }
} }
?> ?>
\ No newline at end of file
...@@ -122,4 +122,4 @@ class SyncRecurrence extends SyncObject { ...@@ -122,4 +122,4 @@ class SyncRecurrence extends SyncObject {
parent::SyncObject($mapping); parent::SyncObject($mapping);
} }
} }
?> ?>
\ No newline at end of file
...@@ -161,4 +161,4 @@ class SyncTaskRecurrence extends SyncObject { ...@@ -161,4 +161,4 @@ class SyncTaskRecurrence extends SyncObject {
} }
} }
?> ?>
\ No newline at end of file
...@@ -594,4 +594,4 @@ class WBXMLEncoder extends WBXMLDefs { ...@@ -594,4 +594,4 @@ class WBXMLEncoder extends WBXMLDefs {
} }
} }
?> ?>
\ No newline at end of file
...@@ -156,4 +156,4 @@ class WebserviceDevice { ...@@ -156,4 +156,4 @@ class WebserviceDevice {
return true; return true;
} }
} }
?> ?>
\ No newline at end of file
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
* *
* Created : 18.04.2008 * Created : 18.04.2008
* *
* Copyright 2007 - 2013 Zarafa Deutschland GmbH * Copyright 2007 - 2015 Zarafa Deutschland GmbH
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License, version 3, * it under the terms of the GNU Affero General Public License, version 3,
...@@ -41,6 +41,6 @@ ...@@ -41,6 +41,6 @@
* Consult LICENSE file for details * Consult LICENSE file for details
************************************************/ ************************************************/
define("ZPUSH_VERSION", "2.2.4"); define("ZPUSH_VERSION", "2.2.5alpha");
?> ?>
\ No newline at end of file
...@@ -793,4 +793,4 @@ class ZPushTop { ...@@ -793,4 +793,4 @@ class ZPushTop {
} }
?> ?>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment