mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-05-21 12:24:29 +02:00
Bump version number
This commit is contained in:
parent
a1dcebd273
commit
f07f85bcee
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
cmake_minimum_required(VERSION 3.18)
|
||||
|
||||
set (VERSION 2.1.0)
|
||||
set (VERSION 2.1.1)
|
||||
project(mosquitto
|
||||
VERSION ${VERSION}
|
||||
DESCRIPTION "Eclipse Mosquitto"
|
||||
|
|
|
|||
|
|
@ -162,7 +162,7 @@ WITH_HTTP_API=yes
|
|||
|
||||
# Also bump lib/mosquitto.h, CMakeLists.txt,
|
||||
# installer/mosquitto.nsi, installer/mosquitto64.nsi
|
||||
VERSION=2.1.0
|
||||
VERSION=2.1.1
|
||||
|
||||
# Client library SO version. Bump if incompatible API/ABI changes are made.
|
||||
SOVERSION=1
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ SetCompressor /SOLID lzma
|
|||
!define env_hklm 'HKLM "SYSTEM\CurrentControlSet\Control\Session Manager\Environment"'
|
||||
|
||||
Name "Eclipse Mosquitto"
|
||||
!define VERSION 2.1.0
|
||||
!define VERSION 2.1.1
|
||||
OutFile "mosquitto-${VERSION}-install-windows-x86.exe"
|
||||
|
||||
InstallDir "$PROGRAMFILES\Mosquitto"
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ SetCompressor /SOLID lzma
|
|||
!define env_hklm 'HKLM "SYSTEM\CurrentControlSet\Control\Session Manager\Environment"'
|
||||
|
||||
Name "Eclipse Mosquitto"
|
||||
!define VERSION 2.1.0
|
||||
!define VERSION 2.1.1
|
||||
OutFile "mosquitto-${VERSION}-install-windows-x64.exe"
|
||||
|
||||
!include "x64.nsh"
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
MAJOR=2
|
||||
MINOR=1
|
||||
REVISION=0
|
||||
REVISION=1
|
||||
|
||||
sed -i "s/^VERSION=.*/VERSION=${MAJOR}.${MINOR}.${REVISION}/" config.mk
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
name: mosquitto
|
||||
version: 2.1.0
|
||||
version: 2.1.1
|
||||
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
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "mosquitto",
|
||||
"version-string": "2.1.0",
|
||||
"version-string": "2.1.1",
|
||||
"dependencies": [
|
||||
"argon2",
|
||||
"cjson",
|
||||
|
|
|
|||
Loading…
Reference in a new issue