From 6043da5ee76169a48f6a9d9a1604c09e62bca836 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andre=CC=81=20R?= Date: Fri, 5 Oct 2018 17:29:22 +0200 Subject: [PATCH] Update version number, add hint of which version it is --- lib/version.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/version.php b/lib/version.php index 988afef320f..98a4e6c95ab 100644 --- a/lib/version.php +++ b/lib/version.php @@ -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';