Skip to content

Commit

Permalink
Merge branch '2017.12' into 2018.09
Browse files Browse the repository at this point in the history
  • Loading branch information
andrerom committed Oct 5, 2018
2 parents ee7a687 + 6043da5 commit 2cd1fd2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
class eZPublishSDK
{
const VERSION_MAJOR = 5;
const VERSION_MINOR = 90;
const VERSION_RELEASE = 0;
const VERSION_STATE = 'alpha1';
const VERSION_DEVELOPMENT = true;
const VERSION_ALIAS = '2018.06';
const VERSION_MINOR = 98;
const VERSION_RELEASE = 9;
const VERSION_STATE = '';
const VERSION_DEVELOPMENT = false;
const VERSION_ALIAS = '2018.09';
const EDITION = 'eZ Publish legacy';

/*!
Expand Down

0 comments on commit 2cd1fd2

Please sign in to comment.