From aee9ed7cf2f7c54b46493ba70229666be1bfea60 Mon Sep 17 00:00:00 2001 From: pkamps Date: Thu, 5 Dec 2019 13:54:18 +0100 Subject: [PATCH] Raise Major Version (#165) Due to version checks in the code we need to make sure we have a higher version than 4.x.x. --- lib/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/version.php b/lib/version.php index a56de3f57f9..eb76ac73599 100644 --- a/lib/version.php +++ b/lib/version.php @@ -15,7 +15,7 @@ class eZPublishSDK { const GIT_COMMIT_HASH = ''; - const VERSION_MAJOR = 1; + const VERSION_MAJOR = 10; const VERSION_MINOR = 0; const VERSION_RELEASE = 0; const VERSION_STATE = 'master';