Skip to content

Commit

Permalink
Release Robot Testing Framework 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drdanz committed Jun 3, 2019
1 parent f82cd51 commit dbd75b2
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.6.51.{build}
version: 2.0.0.{build}

platform:
- Win32
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

cmake_minimum_required(VERSION 3.5)
project(RobotTestingFramework
VERSION 1.6.51
VERSION 2.0.0
LANGUAGES C CXX)
# FIXME CMake 3.9 these variables are handled by "project"
set(CMAKE_PROJECT_DESCRIPTION "Robot Testing Framework")
Expand Down
2 changes: 1 addition & 1 deletion doc/release/v1_6_0.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Robot Testing Framework 1.6.0 (2018-9-09) Release Notes {#v1_6_0}
Robot Testing Framework 1.6.0 (2018-09-09) Release Notes {#v1_6_0}
========================================================

Important Changes
Expand Down
7 changes: 0 additions & 7 deletions doc/release/v1_6_1.md

This file was deleted.

2 changes: 1 addition & 1 deletion doc/release/v2_0_0.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Robot Testing Framework 2.0.0 (UNRELEASED) Release Notes {#v2_0_0}
Robot Testing Framework 2.0.0 (2019-06-03) Release Notes {#v2_0_0}
========================================================

Important Changes
Expand Down

0 comments on commit dbd75b2

Please sign in to comment.