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 774f8bb commit 719117cCopy full SHA for 719117c
CHANGES.txt
@@ -1,3 +1,9 @@
1
+2020-05-23 version 0.2.1 (QtProtobuf)
2
+
3
+ QtProtobuf
4
+ * Fix packaging path issue
5
+ * Fix ranges check in selfcheck iterator
6
7
2020-02-26 version 0.2.0 (generator/QtProtobuf)
8
9
QtProtobuf
CMakeLists.txt
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.6)
-set(QT_PROTOBUF_VERSION 0.2.0)
+set(QT_PROTOBUF_VERSION 0.2.1)
set(QT_PROTOBUF_PROJECT QtProtobufProject)
project(${QT_PROTOBUF_PROJECT} VERSION ${QT_PROTOBUF_VERSION} LANGUAGES CXX)
0 commit comments