Skip to content

Commit 6043da5

Browse files
author
André R
committed
Update version number, add hint of which version it is
1 parent 2cab34e commit 6043da5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/version.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
class eZPublishSDK
1616
{
1717
const VERSION_MAJOR = 5;
18-
const VERSION_MINOR = 90;
19-
const VERSION_RELEASE = 0;
20-
const VERSION_STATE = 'alpha1';
21-
const VERSION_DEVELOPMENT = true;
18+
const VERSION_MINOR = 97;
19+
const VERSION_RELEASE = 12;
20+
const VERSION_STATE = '';
21+
const VERSION_DEVELOPMENT = false;
2222
const VERSION_ALIAS = '2017.12';
2323
const EDITION = 'eZ Publish legacy';
2424

0 commit comments

Comments
 (0)