diff --git a/README.md b/README.md index 64a342f5aa..20e5f442e2 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.18.2-beta** -Current Stable: **v2.18.2** +Current Beta: **v2.20.0-beta** +Current Stable: **v2.19.3** -Next Beta: **v2.19.0-beta** Expected in October. -Next Stable: **v2.19.x** Expected in October. +Next Beta: **v2.20.1-beta** Expected in Januar. +Next Stable: **v2.20.x** Expected in Januar. Installation ============ diff --git a/de_web.pro b/de_web.pro index 554cf71a61..a09eb14df8 100644 --- a/de_web.pro +++ b/de_web.pro @@ -93,7 +93,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.19.03\\\" +DEFINES += GW_SW_VERSION=\\\"2.20.00\\\" DEFINES += GW_SW_DATE=$$GIT_COMMIT_DATE DEFINES += GW_API_VERSION=\\\"1.16.0\\\" DEFINES += GIT_COMMMIT=\\\"$$GIT_COMMIT\\\"