Skip to content

Commit dbd75b2

Browse files
committed
Release Robot Testing Framework 2.0.0
1 parent f82cd51 commit dbd75b2

File tree

5 files changed

+4
-11
lines changed

5 files changed

+4
-11
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 1.6.51.{build}
1+
version: 2.0.0.{build}
22

33
platform:
44
- Win32

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
cmake_minimum_required(VERSION 3.5)
2121
project(RobotTestingFramework
22-
VERSION 1.6.51
22+
VERSION 2.0.0
2323
LANGUAGES C CXX)
2424
# FIXME CMake 3.9 these variables are handled by "project"
2525
set(CMAKE_PROJECT_DESCRIPTION "Robot Testing Framework")

doc/release/v1_6_0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Robot Testing Framework 1.6.0 (2018-9-09) Release Notes {#v1_6_0}
1+
Robot Testing Framework 1.6.0 (2018-09-09) Release Notes {#v1_6_0}
22
========================================================
33

44
Important Changes

doc/release/v1_6_1.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

doc/release/v2_0_0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Robot Testing Framework 2.0.0 (UNRELEASED) Release Notes {#v2_0_0}
1+
Robot Testing Framework 2.0.0 (2019-06-03) Release Notes {#v2_0_0}
22
========================================================
33

44
Important Changes

0 commit comments

Comments
 (0)