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
865176cd
Commit
865176cd
authored
Aug 13, 2015
by
Sebastian Kummer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ZP-637 #comment create release branch, bumped version
parent
1e51bf35
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
8 deletions
+1
-8
version.php
src/version.php
+1
-8
No files found.
src/version.php
View file @
865176cd
...
...
@@ -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
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