From d38629d446c80e461a115cb37a42a8643286bf13 Mon Sep 17 00:00:00 2001 From: ryo-endo Date: Fri, 14 Sep 2018 11:41:02 +0900 Subject: [PATCH 1/2] =?UTF-8?q?=E3=83=90=E3=83=BC=E3=82=B8=E3=83=A7?= =?UTF-8?q?=E3=83=B3=E7=95=AA=E5=8F=B74.0.0-RC1=E3=81=AB=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Eccube/Common/Constant.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Eccube/Common/Constant.php b/src/Eccube/Common/Constant.php index ad527eda091..c64f52c6d60 100644 --- a/src/Eccube/Common/Constant.php +++ b/src/Eccube/Common/Constant.php @@ -18,7 +18,7 @@ class Constant /** * EC-CUBE VERSION. */ - const VERSION = '4.0-beta'; + const VERSION = '4.0.0-RC1'; /** * Enable value. From d0ed80dfe0536a035dc9064dfe672456fca82290 Mon Sep 17 00:00:00 2001 From: ryo-endo Date: Fri, 14 Sep 2018 15:26:56 +0900 Subject: [PATCH 2/2] =?UTF-8?q?=E3=83=90=E3=83=BC=E3=82=B8=E3=83=A7?= =?UTF-8?q?=E3=83=B3=E7=95=AA=E5=8F=B74.0.0-RC=E3=81=AB=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Eccube/Common/Constant.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Eccube/Common/Constant.php b/src/Eccube/Common/Constant.php index c64f52c6d60..54243499b2e 100644 --- a/src/Eccube/Common/Constant.php +++ b/src/Eccube/Common/Constant.php @@ -18,7 +18,7 @@ class Constant /** * EC-CUBE VERSION. */ - const VERSION = '4.0.0-RC1'; + const VERSION = '4.0.0-RC'; /** * Enable value.