Commit ee04fc92 authored by Sebastian Kummer's avatar Sebastian Kummer

ZP-822 Bumped version, fixed line endings.

Released under the Affero GNU General Public License (AGPL) version 3.
parent b2bb1fef
...@@ -292,4 +292,4 @@ include_once('version.php'); ...@@ -292,4 +292,4 @@ include_once('version.php');
// end gracefully // end gracefully
ZLog::WriteEnd(); ZLog::WriteEnd();
?> ?>
\ No newline at end of file
...@@ -537,4 +537,4 @@ class StateManager { ...@@ -537,4 +537,4 @@ class StateManager {
mt_rand( 0, 0xffff ), mt_rand( 0, 0xffff ), mt_rand( 0, 0xffff ) ); mt_rand( 0, 0xffff ), mt_rand( 0, 0xffff ), mt_rand( 0, 0xffff ) );
} }
} }
?> ?>
\ No newline at end of file
...@@ -505,4 +505,4 @@ class FileStateMachine implements IStateMachine { ...@@ -505,4 +505,4 @@ class FileStateMachine implements IStateMachine {
} }
} }
?> ?>
\ No newline at end of file
...@@ -196,4 +196,4 @@ interface IStateMachine { ...@@ -196,4 +196,4 @@ interface IStateMachine {
public function GetAllStatesForDevice($devid); public function GetAllStatesForDevice($devid);
} }
?> ?>
\ No newline at end of file
...@@ -231,4 +231,4 @@ class Ping extends RequestProcessor { ...@@ -231,4 +231,4 @@ class Ping extends RequestProcessor {
return true; return true;
} }
} }
?> ?>
\ No newline at end of file
...@@ -1282,4 +1282,4 @@ class Sync extends RequestProcessor { ...@@ -1282,4 +1282,4 @@ class Sync extends RequestProcessor {
} }
} }
?> ?>
\ No newline at end of file
...@@ -651,4 +651,4 @@ class ZPushAdmin { ...@@ -651,4 +651,4 @@ class ZPushAdmin {
} }
?> ?>
\ No newline at end of file
...@@ -41,6 +41,6 @@ ...@@ -41,6 +41,6 @@
* Consult LICENSE file for details * Consult LICENSE file for details
************************************************/ ************************************************/
define("ZPUSH_VERSION", "2.2.9beta1"); define("ZPUSH_VERSION", "2.2.9beta2");
?> ?>
\ 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