Commit cdc411b6 authored by Sebastian Kummer's avatar Sebastian Kummer

ZP-822 Bumped to 2.2.9alpha1. Removed new lines at end of files.

Released under the Affero GNU General Public License (AGPL) version 3.
parent 5da621f1
......@@ -280,4 +280,4 @@ class ZPushAutodiscover {
}
ZPushAutodiscover::DoZPushAutodiscover();
?>
?>
\ No newline at end of file
......@@ -1834,4 +1834,4 @@ class BackendIMAP extends BackendDiff {
/* END fmbiete's contribution r1528, ZP-320 */
};
?>
?>
\ No newline at end of file
......@@ -527,4 +527,4 @@ class MAPIMapping {
);
}
}
?>
?>
\ No newline at end of file
......@@ -2701,4 +2701,4 @@ class MAPIProvider {
}
}
?>
?>
\ No newline at end of file
......@@ -958,4 +958,4 @@ class LoopDetection extends InterProcessData {
}
}
?>
?>
\ No newline at end of file
......@@ -537,4 +537,4 @@ class StateManager {
mt_rand( 0, 0xffff ), mt_rand( 0, 0xffff ), mt_rand( 0, 0xffff ) );
}
}
?>
?>
\ No newline at end of file
......@@ -261,4 +261,4 @@ class ImportChangesStream implements IImportChanges {
return $this->importedMsgs;
}
}
?>
?>
\ No newline at end of file
......@@ -758,4 +758,4 @@ class SyncCollections implements Iterator {
}
}
?>
?>
\ No newline at end of file
......@@ -301,4 +301,4 @@ function zarafa_error_handler($errno, $errstr, $errfile, $errline, $errcontext)
error_reporting(E_ALL);
set_error_handler("zarafa_error_handler");
?>
?>
\ No newline at end of file
......@@ -312,4 +312,4 @@ abstract class Backend implements IBackend {
}
}
?>
?>
\ No newline at end of file
......@@ -499,4 +499,4 @@ class FileStateMachine implements IStateMachine {
}
}
?>
?>
\ No newline at end of file
......@@ -197,4 +197,4 @@ interface IStateMachine {
public function GetAllStatesForDevice($devid);
}
?>
?>
\ No newline at end of file
......@@ -248,4 +248,4 @@ class FolderChange extends RequestProcessor {
return true;
}
}
?>
?>
\ No newline at end of file
......@@ -262,4 +262,4 @@ class FolderSync extends RequestProcessor {
return true;
}
}
?>
?>
\ No newline at end of file
......@@ -284,4 +284,4 @@ class GetItemEstimate extends RequestProcessor {
return true;
}
}
?>
?>
\ No newline at end of file
......@@ -384,4 +384,4 @@ class ItemOperations extends RequestProcessor {
return true;
}
}
?>
?>
\ No newline at end of file
......@@ -235,4 +235,4 @@ class Ping extends RequestProcessor {
return true;
}
}
?>
?>
\ No newline at end of file
......@@ -1282,4 +1282,4 @@ class Sync extends RequestProcessor {
}
}
?>
?>
\ No newline at end of file
......@@ -220,4 +220,4 @@ class SyncAppointment extends SyncObject {
}
}
?>
?>
\ No newline at end of file
......@@ -198,4 +198,4 @@ class SyncMail extends SyncObject {
}
}
?>
?>
\ No newline at end of file
......@@ -984,4 +984,4 @@ function w2ui($string) { return windows1252_to_utf8($string, "//TRANSLIT"); }
function u2wi($string) { return utf8_to_windows1252($string, "//TRANSLIT"); }
?>
?>
\ No newline at end of file
......@@ -651,4 +651,4 @@ class ZPushAdmin {
}
?>
?>
\ No newline at end of file
......@@ -696,4 +696,4 @@ class WBXMLDecoder extends WBXMLDefs {
}
}
?>
?>
\ No newline at end of file
......@@ -92,4 +92,4 @@ class Webservice {
return true;
}
}
?>
?>
\ No newline at end of file
......@@ -41,6 +41,6 @@
* Consult LICENSE file for details
************************************************/
define("ZPUSH_VERSION", "2.2.8");
define("ZPUSH_VERSION", "2.2.9alpha1");
?>
\ No newline at end of file
......@@ -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