Skip to content

Commit ee4c1aa

Browse files
committed
Test release
1 parent 5002faa commit ee4c1aa

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
cmake_minimum_required(VERSION 3.18)
88

9-
set (VERSION 2.1.0)
9+
set (VERSION 2.1.0-test1)
1010
project(mosquitto
1111
VERSION ${VERSION}
1212
DESCRIPTION "Eclipse Mosquitto"

config.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ WITH_HTTP_API=yes
162162

163163
# Also bump lib/mosquitto.h, CMakeLists.txt,
164164
# installer/mosquitto.nsi, installer/mosquitto64.nsi
165-
VERSION=2.1.0
165+
VERSION=2.1.0-test1
166166

167167
# Client library SO version. Bump if incompatible API/ABI changes are made.
168168
SOVERSION=1

installer/mosquitto.nsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ SetCompressor /SOLID lzma
1111
!define env_hklm 'HKLM "SYSTEM\CurrentControlSet\Control\Session Manager\Environment"'
1212

1313
Name "Eclipse Mosquitto"
14-
!define VERSION 2.1.0
14+
!define VERSION 2.1.0-test1
1515
OutFile "mosquitto-${VERSION}-install-windows-x86.exe"
1616

1717
InstallDir "$PROGRAMFILES\Mosquitto"

installer/mosquitto64.nsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ SetCompressor /SOLID lzma
1111
!define env_hklm 'HKLM "SYSTEM\CurrentControlSet\Control\Session Manager\Environment"'
1212

1313
Name "Eclipse Mosquitto"
14-
!define VERSION 2.1.0
14+
!define VERSION 2.1.0-test1
1515
OutFile "mosquitto-${VERSION}-install-windows-x64.exe"
1616

1717
!include "x64.nsh"

set-version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
MAJOR=2
44
MINOR=1
5-
REVISION=0
5+
REVISION=0-test1
66

77
sed -i "s/^VERSION=.*/VERSION=${MAJOR}.${MINOR}.${REVISION}/" config.mk
88

snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: mosquitto
2-
version: 2.1.0
2+
version: 2.1.0-test1
33
summary: Eclipse Mosquitto MQTT broker
44
description: This is a message broker that supports version 5.0, 3.1.1, and 3.1 of the MQTT protocol.
55
MQTT provides a method of carrying out messaging using a publish/subscribe

vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mosquitto",
3-
"version-string": "2.1.0",
3+
"version-string": "2.1.0-test1",
44
"dependencies": [
55
"argon2",
66
"cjson",

0 commit comments

Comments
 (0)