Skip to content

Commit

Permalink
Merge branch '2.5.x' into 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
opengeek committed Jul 21, 2016
2 parents ece8a0f + 11d155d commit fbf1266
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions _build/build.sample.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ git.command = git
#project.name.fs = modx

# Override to set the version and release strings
#modx.core.version = 2.5.0
#modx.core.version = 2.5.1
#modx.core.release = pl

# these properties require a local Git clone in order to produce distributions
Expand All @@ -25,7 +25,7 @@ git.command = git
#build.nominify = true

# Override to pull source from a specific ref in the git repository
#build.src.tree = v2.5.0-pl
#build.src.tree = v2.5.1-pl

# Override to turn off the additional of timestamps to the distribution packages (used for nightlies)
#build.timestamp = false
2 changes: 1 addition & 1 deletion _build/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<property name="project.manager.dir" value="${project.root.dir}/manager" />

<!-- Set the project version -->
<property name="modx.core.version" value="2.5.0" />
<property name="modx.core.version" value="2.5.1" />
<property name="modx.core.release" value="pl" />

<!-- Set some common build properties -->
Expand Down
2 changes: 2 additions & 0 deletions core/docs/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
This file shows the changes in recent releases of MODX. The most current release is usually the
development release, and is only shown to give an idea of what's currently in the pipeline.

MODX Revolution 2.5.1-pl (July 21, 2016)
====================================
- Preserve original behavior for 3PC RTE TVs [#13071]
- Fix with of install button after text change [#13078]
- Fix server port check in setup start script [#13037]
Expand Down
2 changes: 1 addition & 1 deletion core/docs/version.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$v= array ();
$v['version']= '2'; // Current version.
$v['major_version']= '5'; // Current major version.
$v['minor_version']= '0'; // Current minor version.
$v['minor_version']= '1'; // Current minor version.
$v['patch_level']= 'pl'; // Current patch level.
$v['code_name']= 'Revolution'; // Current codename.
$v['distro']= '@git@';
Expand Down

0 comments on commit fbf1266

Please sign in to comment.