Commit 865176cd authored by Sebastian Kummer's avatar Sebastian Kummer

ZP-637 #comment create release branch, bumped version

parent 1e51bf35
......@@ -41,13 +41,6 @@
* Consult LICENSE file for details
************************************************/
if (!defined("ZPUSH_VERSION")) {
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");
}
define("ZPUSH_VERSION", "2.2.3-20150813");
?>
\ 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