Skip to content

Commit

Permalink
Bump version to 2.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
manup committed Feb 11, 2024
1 parent 0dfd17c commit 887fc7c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion de_web.pro
Original file line number Diff line number Diff line change
Expand Up @@ -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\\\"
Expand Down

0 comments on commit 887fc7c

Please sign in to comment.