Skip to content

Commit b06de80

Browse files
committed
Release RTF 1.2.0
1 parent 924deda commit b06de80

File tree

3 files changed

+4
-23
lines changed

3 files changed

+4
-23
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Release](https://img.shields.io/badge/Release-1.0.1-blue.svg)](http://robotology.github.io/robot-testing/index.html)
1+
[![Release](https://img.shields.io/github/tag/robotology/robot-testing.svg?label=Release)](https://github.com/robotology/robot-testing/tags)
22
[![License](https://img.shields.io/badge/Licence-LGPL-blue.svg)](http://robotology.github.io/robot-testing/index.html)
33
[![Build Status](https://travis-ci.org/robotology/robot-testing.svg?branch=master)](https://travis-ci.org/robotology/robot-testing)
44
[![Coverage Status](https://coveralls.io/repos/github/robotology/robot-testing/badge.svg?branch=master)](https://coveralls.io/github/robotology/robot-testing?branch=master)

appveyor.yml

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 1.0.{build}
1+
version: 1.2.{build}
22

33
clone_folder: c:\dev\RTF
44

@@ -11,25 +11,6 @@ environment:
1111
install:
1212
# to install unzipper do: "cinst 7zip.commandline -x86"
1313
# the format is: "7z x c:\path-to-archive\archive.zip -oc:\path-where-unzip -y > nul"
14-
15-
- ps: >-
16-
$dwntool = New-Object System.Net.WebClient
17-
18-
$Stoploop = $false
19-
20-
do {
21-
try {
22-
$dwntool.DownloadFile('https://github.com/robotology/yarp/releases/download/v2.3.64/yarp_2.3.64_v12_x86_1.exe','c:\dev\yarp.exe')
23-
$Stoploop = $true
24-
}
25-
catch {
26-
Start-Sleep -Seconds 15
27-
}
28-
}
29-
While ($Stoploop -eq $false)
30-
31-
- cmd: start "" /WAIT "c:\dev\yarp.exe" /S
32-
- cmd: timeout 10
3314
- cmd: dir "c:\Program Files (x86)\robotology"
3415

3516

conf/RTFVersion.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
## manually increase tweak number when required. Set to zero when
99
# bumping VERSION_PATCH
1010
set(RTF_VERSION_MAJOR "1")
11-
set(RTF_VERSION_MINOR "1")
11+
set(RTF_VERSION_MINOR "2")
1212
set(RTF_VERSION_PATCH "0")
13-
set(RTF_VERSION_TWEAK "1")
13+
set(RTF_VERSION_TWEAK "")
1414
set(RTF_VERSION_STRING "")
1515

1616
#set(RTF_VERSION_ABI "1")

0 commit comments

Comments
 (0)