Skip to content

Commit

Permalink
Prepare v2014.07.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lolautruche committed Aug 7, 2014
1 parent f2fc838 commit e23bce2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
10 changes: 3 additions & 7 deletions lib/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

class eZPublishSDK
{
const VERSION_MAJOR = 5;
const VERSION_MINOR = 4;
const VERSION_MAJOR = 2014;
const VERSION_MINOR = 7;
const VERSION_RELEASE = 0;
const VERSION_STATE = 'alpha1';
const VERSION_DEVELOPMENT = true;
Expand All @@ -37,14 +37,10 @@ static function version( $withRelease = true, $asAlias = false, $withState = tru
}
else
{
$versionText = eZPublishSDK::majorVersion() . '.' . eZPublishSDK::minorVersion();
$versionText = 'Community Project ' . eZPublishSDK::majorVersion() . '.' . eZPublishSDK::minorVersion();
// $development = eZPublishSDK::developmentVersion();
// if ( $development !== false )
// $versionText .= '.' . $development;
if ( $withRelease )
$versionText .= "." . eZPublishSDK::release();
if ( $withState )
$versionText .= eZPublishSDK::state();
}
return $versionText;
}
Expand Down
2 changes: 1 addition & 1 deletion settings/package.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RepositoryDirectory=packages
# If you want to use the old packages which were available in
# versions prior to 3.9 use the following URL instead:
# http://packages.ez.no/ezpublish/3.9legacypackages
RemotePackagesIndexURL=
RemotePackagesIndexURL=http://packages.ez.no/ezpublish/5.4/5.4.0alpha1/
# If RemotePackagesIndexURL is empty, the RemotePackagesIndexURLBase setting
# will be used, appended with the eZ Publish version numbers, like
# RemotePackagesIndexURLBase/x.y/x.y.zalpha1
Expand Down

0 comments on commit e23bce2

Please sign in to comment.