From 4acbd419cf92bd7cca2333b3c1ab0950bde6a218 Mon Sep 17 00:00:00 2001 From: "Roger A. Light" Date: Sun, 25 Jan 2026 09:15:01 +0000 Subject: [PATCH] Bump version number --- config.mk | 2 +- installer/mosquitto.nsi | 2 +- installer/mosquitto64.nsi | 2 +- set-version.sh | 2 +- snap/snapcraft.yaml | 2 +- vcpkg.json | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/config.mk b/config.mk index b936319c..f24023fc 100644 --- a/config.mk +++ b/config.mk @@ -162,7 +162,7 @@ WITH_HTTP_API=yes # Also bump lib/mosquitto.h, CMakeLists.txt, # installer/mosquitto.nsi, installer/mosquitto64.nsi -VERSION=2.1.0rc2 +VERSION=2.1.0rc3 # Client library SO version. Bump if incompatible API/ABI changes are made. SOVERSION=1 diff --git a/installer/mosquitto.nsi b/installer/mosquitto.nsi index efe814df..67683926 100644 --- a/installer/mosquitto.nsi +++ b/installer/mosquitto.nsi @@ -11,7 +11,7 @@ SetCompressor /SOLID lzma !define env_hklm 'HKLM "SYSTEM\CurrentControlSet\Control\Session Manager\Environment"' Name "Eclipse Mosquitto" -!define VERSION 2.1.0rc2 +!define VERSION 2.1.0rc3 OutFile "mosquitto-${VERSION}-install-windows-x86.exe" InstallDir "$PROGRAMFILES\Mosquitto" diff --git a/installer/mosquitto64.nsi b/installer/mosquitto64.nsi index 69514082..3b637380 100644 --- a/installer/mosquitto64.nsi +++ b/installer/mosquitto64.nsi @@ -11,7 +11,7 @@ SetCompressor /SOLID lzma !define env_hklm 'HKLM "SYSTEM\CurrentControlSet\Control\Session Manager\Environment"' Name "Eclipse Mosquitto" -!define VERSION 2.1.0rc2 +!define VERSION 2.1.0rc3 OutFile "mosquitto-${VERSION}-install-windows-x64.exe" !include "x64.nsh" diff --git a/set-version.sh b/set-version.sh index d911c9d9..79e1add7 100755 --- a/set-version.sh +++ b/set-version.sh @@ -2,7 +2,7 @@ MAJOR=2 MINOR=1 -REVISION=0rc2 +REVISION=0rc3 sed -i "s/^VERSION=.*/VERSION=${MAJOR}.${MINOR}.${REVISION}/" config.mk diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 1ab45aa5..fe08498d 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: mosquitto -version: 2.1.0rc2 +version: 2.1.0rc3 summary: Eclipse Mosquitto MQTT broker description: This is a message broker that supports version 5.0, 3.1.1, and 3.1 of the MQTT protocol. MQTT provides a method of carrying out messaging using a publish/subscribe diff --git a/vcpkg.json b/vcpkg.json index 242bc55a..3e7434eb 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,6 +1,6 @@ { "name": "mosquitto", - "version-string": "2.1.0rc2", + "version-string": "2.1.0rc3", "dependencies": [ "argon2", "cjson",