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 c7c0045 commit 8594e15Copy full SHA for 8594e15
conf/RTFVersion.cmake
@@ -9,7 +9,7 @@
9
# bumping VERSION_PATCH
10
set(RTF_VERSION_MAJOR "1")
11
set(RTF_VERSION_MINOR "4")
12
-set(RTF_VERSION_PATCH "0")
+set(RTF_VERSION_PATCH "1")
13
set(RTF_VERSION_TWEAK "")
14
set(RTF_VERSION_STRING "")
15
doc/release/v1_4_1.md
@@ -0,0 +1,8 @@
1
+Robot Testing Framework 1.4.1 (2018-09-09) Release Notes {#v1_4_1}
2
+========================================================
3
+
4
+Bug Fixes
5
+---------
6
7
+* Restore (but deprecated) backward compatibility with `rtf/TestSuit.h` header
8
+ and with the `RTF::TestSuit` class ( https://github.com/robotology/robot-testing/pull/97 ).
0 commit comments