Commit 4cd5b765 authored by Sebastian Kummer's avatar Sebastian Kummer

Merge pull request #48 in ZP/z-push from release/2.2 to master

Z-Push 2.2.3 final

* commit '04010361':
  ZP-653 #comment Updated version for Z-Push 2.2.3 release. Released under the Affero GNU General Public License (AGPL) version 3.
  ZP-653 #comment Updated version for Z-Push 2.2.3beta release
  ZP-637 #comment create release branch, bumped version
parents 1e51bf35 04010361
...@@ -41,13 +41,6 @@ ...@@ -41,13 +41,6 @@
* Consult LICENSE file for details * Consult LICENSE file for details
************************************************/ ************************************************/
if (!defined("ZPUSH_VERSION")) { define("ZPUSH_VERSION", "2.2.3");
if (file_exists(".svn/entries")) {
$svn = file(".svn/entries");
define("ZPUSH_VERSION", "SVN " . substr(trim($svn[4]),stripos($svn[4],"z-push")+7) ." r".trim($svn[3]));
}
else
define("ZPUSH_VERSION", "SVN checkout");
}
?> ?>
\ 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