We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cab34e commit 6043da5Copy full SHA for 6043da5
lib/version.php
@@ -15,10 +15,10 @@
15
class eZPublishSDK
16
{
17
const VERSION_MAJOR = 5;
18
- const VERSION_MINOR = 90;
19
- const VERSION_RELEASE = 0;
20
- const VERSION_STATE = 'alpha1';
21
- const VERSION_DEVELOPMENT = true;
+ const VERSION_MINOR = 97;
+ const VERSION_RELEASE = 12;
+ const VERSION_STATE = '';
+ const VERSION_DEVELOPMENT = false;
22
const VERSION_ALIAS = '2017.12';
23
const EDITION = 'eZ Publish legacy';
24
0 commit comments