File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- cmake_minimum_required (VERSION 2.8.3 )
1+ cmake_minimum_required (VERSION 2.8.12 )
22
33project (qore-msgpack-module)
44
55set (VERSION_MAJOR 1)
66set (VERSION_MINOR 0)
7- set (VERSION_PATCH 0 )
7+ set (VERSION_PATCH 1 )
88
99set (PROJECT_VERSION "${VERSION_MAJOR} .${VERSION_MINOR} .${VERSION_PATCH} " )
1010
Original file line number Diff line number Diff line change @@ -253,6 +253,9 @@ mp.setOperationMode(MSGPACK_SIMPLE_MODE);
253253
254254 @section msgpackreleasenotes Release Notes
255255
256+ @subsection msgpackv1_0_1 MessagePack Module Version 1.0.1
257+ - aligned with %Qore changes related to doxygen
258+
256259 @subsection msgpackv1_0 MessagePack Module Version 1.0
257260 - initial release
258261*/
Original file line number Diff line number Diff line change 55%global user_module_dir %{mydatarootdir }/qore-modules/
66
77Name: qore-msgpack-module
8- Version: 1.0.0
8+ Version: 1.0.1
99Release: 1
1010Summary: Qorus Integration Engine - Qore msgpack module
1111License: MIT
@@ -64,7 +64,8 @@ msgpack module.
6464%doc docs/msgpack test
6565
6666%changelog
67- * Sat Dec 17 2022 David Nichols <david@qore.org> 1.0.0
67+ * Sat Dec 17 2022 David Nichols <david@qore.org> 1.0.1
68+ - updated to version 1.0.1
6869- added tests and doc package to spec file
6970
7071* Wed Jan 27 2022 David Nichols <david@qore.org> 1.0.0
You can’t perform that action at this time.
0 commit comments