Skip to content

Commit 2cd1fd2

Browse files
author
André R
committed
Merge branch '2017.12' into 2018.09
2 parents ee7a687 + 6043da5 commit 2cd1fd2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

lib/version.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
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;
22-
const VERSION_ALIAS = '2018.06';
18+
const VERSION_MINOR = 98;
19+
const VERSION_RELEASE = 9;
20+
const VERSION_STATE = '';
21+
const VERSION_DEVELOPMENT = false;
22+
const VERSION_ALIAS = '2018.09';
2323
const EDITION = 'eZ Publish legacy';
2424

2525
/*!

0 commit comments

Comments
 (0)