Skip to content
This repository was archived by the owner on Jul 8, 2022. It is now read-only.

Commit 1dfb2dc

Browse files
committed
Prepare new release
1 parent c1be198 commit 1dfb2dc

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ enable_testing()
66
#need to define the version of the library
77
set(MAJOR_VERSION "10")
88
set(MINOR_VERSION "2")
9-
set(PATCH_VERSION "1")
9+
set(PATCH_VERSION "2")
1010

1111
#convenient versions
1212
set(LIBRARY_VERSION "${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION}")

RELEASE_NOTES

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
10.2.2
2+
======
3+
4+
Attribute: Don't treat an integer as an char* (#403)
5+
Fix bug in event name when pushing an error event to >IDL5 clients
6+
Fix bug leading occasionally to segmentation faults
7+
18
10.2.1
29
======
310

0 commit comments

Comments
 (0)