Skip to content

Commit

Permalink
Update version number, add hint of which version it is
Browse files Browse the repository at this point in the history
  • Loading branch information
andrerom committed Oct 5, 2018
1 parent 2cab34e commit 6043da5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
class eZPublishSDK
{
const VERSION_MAJOR = 5;
const VERSION_MINOR = 90;
const VERSION_RELEASE = 0;
const VERSION_STATE = 'alpha1';
const VERSION_DEVELOPMENT = true;
const VERSION_MINOR = 97;
const VERSION_RELEASE = 12;
const VERSION_STATE = '';
const VERSION_DEVELOPMENT = false;
const VERSION_ALIAS = '2017.12';
const EDITION = 'eZ Publish legacy';

Expand Down

0 comments on commit 6043da5

Please sign in to comment.