File tree Expand file tree Collapse file tree 4 files changed +11
-2
lines changed Expand file tree Collapse file tree 4 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 19
19
20
20
cmake_minimum_required (VERSION 3.5 )
21
21
project (RobotTestingFramework
22
- VERSION 2.0.0
22
+ VERSION 2.0.1
23
23
LANGUAGES C CXX )
24
24
# FIXME CMake 3.9 these variables are handled by "project"
25
25
set (CMAKE_PROJECT_DESCRIPTION "Robot Testing Framework" )
Original file line number Diff line number Diff line change 1
- Robot Testing Framework 2.0.1 (UNRELEASED ) Release Notes {#v2.0.1}
1
+ Robot Testing Framework 2.0.1 (2020-05-08 ) Release Notes {#v2.0.1}
2
2
========================================================
3
3
4
4
Important Changes
5
5
-----------------
6
+
7
+ * Fix compilation problem with vcpkg-provided TinyXML (https://github.com/robotology/robot-testing-framework/pull/108 ).
Original file line number Diff line number Diff line change
1
+ Robot Testing Framework 2.0.2 (UNRELEASED) Release Notes {#v2.0.2}
2
+ ========================================================
3
+
4
+ Important Changes
5
+ -----------------
Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ doc/release/v1_4_1.md
22
22
doc/release/v1_6_0.md
23
23
doc/release/v1_6_1.md
24
24
doc/release/v2_0_0.md
25
+ doc/release/v2_0_1.md
26
+ doc/release/v2_0_2.md
25
27
doc/robottestingframework.png
26
28
doc/robottestingframework.svg
27
29
doc/robottestingframework_arch.png
You can’t perform that action at this time.
0 commit comments