We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3118ed commit e46e8c1Copy full SHA for e46e8c1
.qmake.conf
@@ -1,4 +1,4 @@
1
load(qt_build_config)
2
CONFIG += warning_clean
3
4
-MODULE_VERSION = 1.0.0
+MODULE_VERSION = 1.0.1
CMakeLists.txt
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.9)
-project( qmqtt VERSION 1.0.0 )
+project( qmqtt VERSION 1.0.1 )
5
include( GNUInstallDirs ) # needed to define vars used in install() directives.
6
src/mqtt/qmqtt.qbs
@@ -8,7 +8,7 @@ Product {
8
property bool webSocketSupport: false
9
property string libraryType: "dynamiclibrary"
10
targetName: "qmqtt"
11
- version: "1.0.0"
+ version: "1.0.1"
12
13
cpp.defines: [
14
"QT_BUILD_QMQTT_LIB",
0 commit comments