Skip to content

Commit

Permalink
Bump version for 2.2.3-pl release
Browse files Browse the repository at this point in the history
  • Loading branch information
opengeek committed Jun 13, 2012
1 parent 5af199a commit c286e64
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _build/build.sample.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ git.command = git

# Override to set the version and release strings
#modx.core.version = 2.2.3
#modx.core.release = dev
#modx.core.release = pl

# these properties require a local Git clone in order to produce distributions
# Set this property to produce distribution packages from a Git archive
Expand Down
2 changes: 1 addition & 1 deletion _build/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

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

<!-- Set some common build properties -->
<property name="build.dir" value="${project.basedir}" />
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.2.3-pl (June 13, 2012)
====================================
- Add setting to be able to set default context for new Resources
- Pass http_host in provider requests
- [#7933] Add friendly_urls_strict to optionally enable non-canonical redirects
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 @@ -3,7 +3,7 @@
$v['version']= '2'; // Current version.
$v['major_version']= '2'; // Current major version.
$v['minor_version']= '3'; // Current minor version.
$v['patch_level']= 'dev'; // Current patch level.
$v['patch_level']= 'pl'; // Current patch level.
$v['code_name']= 'Revolution'; // Current codename.
$v['distro']= '@git@';
$v['full_version']= $v['version'] . ($v['major_version'] ? ".{$v['major_version']}" : ".0") . ($v['minor_version'] ? ".{$v['minor_version']}" : ".0") . ($v['patch_level'] ? "-{$v['patch_level']}" : "");
Expand Down

0 comments on commit c286e64

Please sign in to comment.