From 8ca8338d820aaabd1bf4a9eb4c193861f957a582 Mon Sep 17 00:00:00 2001 From: Manuel Pietschmann Date: Wed, 18 Jan 2023 00:57:07 +0100 Subject: [PATCH] Bump version to 2.20.1 --- README.md | 8 ++++---- de_web.pro | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 20e5f442e2..0007c450cb 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.20.0-beta** -Current Stable: **v2.19.3** +Current Beta: **v2.20.1-beta** +Current Stable: **v2.20.1** -Next Beta: **v2.20.1-beta** Expected in Januar. -Next Stable: **v2.20.x** Expected in Januar. +Next Beta: **v2.21.0-beta** Expected in January. +Next Stable: **v2.21.x** Expected in February. Installation ============ diff --git a/de_web.pro b/de_web.pro index a09eb14df8..d980491bf3 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.20.00\\\" +DEFINES += GW_SW_VERSION=\\\"2.20.01\\\" DEFINES += GW_SW_DATE=$$GIT_COMMIT_DATE DEFINES += GW_API_VERSION=\\\"1.16.0\\\" DEFINES += GIT_COMMMIT=\\\"$$GIT_COMMIT\\\"