diff --git a/README.md b/README.md index 70b250fcdc..7e37466fd1 100644 --- a/README.md +++ b/README.md @@ -23,11 +23,11 @@ The Phoscon App is a browser based web application and supports lights, sensors deCONZ beta releases are scheduled roughly once per week. After 2–3 betas a stable version is released and a new beta cycle begins. The stable release is usually published between 1st — 15th of the month. -Current Beta: **v2.17.0-beta** -Current Stable: **v2.16.1** +Current Beta: **v2.17.1-beta** +Current Stable: **v2.17.1** -Next Beta: **v2.17.1-beta** Expected in June. -Next Stable: **v2.17.x** Expected in June. +Next Beta: **v2.18.0-beta** Expected in July. +Next Stable: **v2.18.x** Expected in July. Installation ============ diff --git a/de_web.pro b/de_web.pro index ea2f0d97a3..32d31ecb12 100644 --- a/de_web.pro +++ b/de_web.pro @@ -87,7 +87,7 @@ GIT_COMMIT_DATE = $$system("git show -s --format=%ct $$GIT_TAG") # Version Major.Minor.Build # Important: don't change the format of this line since it's parsed by scripts! -DEFINES += GW_SW_VERSION=\\\"2.17.00\\\" +DEFINES += GW_SW_VERSION=\\\"2.17.01\\\" DEFINES += GW_SW_DATE=$$GIT_COMMIT_DATE DEFINES += GW_API_VERSION=\\\"1.16.0\\\" DEFINES += GIT_COMMMIT=\\\"$$GIT_COMMIT\\\"