Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Z
z-push
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Björn Fischer
z-push
Commits
ee04fc92
Commit
ee04fc92
authored
Feb 24, 2016
by
Sebastian Kummer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ZP-822 Bumped version, fixed line endings.
Released under the Affero GNU General Public License (AGPL) version 3.
parent
b2bb1fef
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
8 additions
and
8 deletions
+8
-8
index.php
src/index.php
+1
-1
statemanager.php
src/lib/core/statemanager.php
+1
-1
filestatemachine.php
src/lib/default/filestatemachine.php
+1
-1
istatemachine.php
src/lib/interface/istatemachine.php
+1
-1
ping.php
src/lib/request/ping.php
+1
-1
sync.php
src/lib/request/sync.php
+1
-1
zpushadmin.php
src/lib/utils/zpushadmin.php
+1
-1
version.php
src/version.php
+1
-1
No files found.
src/index.php
View file @
ee04fc92
...
...
@@ -292,4 +292,4 @@ include_once('version.php');
// end gracefully
ZLog
::
WriteEnd
();
?>
?>
\ No newline at end of file
src/lib/core/statemanager.php
View file @
ee04fc92
...
...
@@ -537,4 +537,4 @@ class StateManager {
mt_rand
(
0
,
0xffff
),
mt_rand
(
0
,
0xffff
),
mt_rand
(
0
,
0xffff
)
);
}
}
?>
?>
\ No newline at end of file
src/lib/default/filestatemachine.php
View file @
ee04fc92
...
...
@@ -505,4 +505,4 @@ class FileStateMachine implements IStateMachine {
}
}
?>
?>
\ No newline at end of file
src/lib/interface/istatemachine.php
View file @
ee04fc92
...
...
@@ -196,4 +196,4 @@ interface IStateMachine {
public
function
GetAllStatesForDevice
(
$devid
);
}
?>
?>
\ No newline at end of file
src/lib/request/ping.php
View file @
ee04fc92
...
...
@@ -231,4 +231,4 @@ class Ping extends RequestProcessor {
return
true
;
}
}
?>
?>
\ No newline at end of file
src/lib/request/sync.php
View file @
ee04fc92
...
...
@@ -1282,4 +1282,4 @@ class Sync extends RequestProcessor {
}
}
?>
?>
\ No newline at end of file
src/lib/utils/zpushadmin.php
View file @
ee04fc92
...
...
@@ -651,4 +651,4 @@ class ZPushAdmin {
}
?>
?>
\ No newline at end of file
src/version.php
View file @
ee04fc92
...
...
@@ -41,6 +41,6 @@
* Consult LICENSE file for details
************************************************/
define
(
"ZPUSH_VERSION"
,
"2.2.9beta
1
"
);
define
(
"ZPUSH_VERSION"
,
"2.2.9beta
2
"
);
?>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment