From 887fc7cb51206ac3f912ed1ce2799841de7d492d Mon Sep 17 00:00:00 2001 From: Manuel Pietschmann Date: Sun, 11 Feb 2024 20:12:22 +0100 Subject: [PATCH] Bump version to 2.26.0 --- CMakeLists.txt | 2 +- README.md | 12 ++++++------ de_web.pro | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2ba5652efc..a9fbc6e481 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.13) -project(de_rest_plugin VERSION 2.25.03 LANGUAGES C;CXX) +project(de_rest_plugin VERSION 2.26.00 LANGUAGES C;CXX) set(CMAKE_INCLUDE_CURRENT_DIR ON) diff --git a/README.md b/README.md index 6ade82c0b6..4b42f73c15 100644 --- a/README.md +++ b/README.md @@ -21,19 +21,19 @@ The Phoscon App is a browser based web application and supports lights, sensors ### Release Schedule -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. +deCONZ beta releases are scheduled roughly once per week. After 1–3 betas a stable version is released and a new beta cycle begins. -Current Beta: **v2.25.1-beta** -Current Stable: **v2.24.2** +Current Beta: **v2.26.0-beta** +Current Stable: **v2.25.3** -Next Beta: **v2.25.2-beta** Expected in January. -Next Stable: **v2.25.x** Expected in January. +Next Beta: **v2.27.0-beta** Expected in February. +Next Stable: **v2.27.x** Expected in February. Installation ============ ##### Supported platforms -* Raspbian ~~Jessie~~, ~~Stretch~~, Buster and Bullseye +* Raspbian ~~Jessie~~, ~~Stretch~~, Buster, Bullseye and Bookworm * Ubuntu ~~Xenial~~, Bionic, Focal Fossa and Jammy * Windows 7, 10, 11 diff --git a/de_web.pro b/de_web.pro index 4e00adc205..c58d0ee0fa 100644 --- a/de_web.pro +++ b/de_web.pro @@ -92,7 +92,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.25.03\\\" +DEFINES += GW_SW_VERSION=\\\"2.26.00\\\" DEFINES += GW_SW_DATE=$$GIT_COMMIT_DATE DEFINES += GW_API_VERSION=\\\"1.16.0\\\" DEFINES += GIT_COMMMIT=\\\"$$GIT_COMMIT\\\"