Skip to content

Commit 3f395dd

Browse files
committed
Update to RapidAssist version 0.11.0 #68
1 parent 0e8055e commit 3f395dd

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This section explains how to compile and build the software and how to get a dev
2727
The following software must be installed on the system for compiling source code:
2828

2929
* [Google C++ Testing Framework v1.8.0](https://github.com/google/googletest/tree/release-1.8.0)
30-
* [RapidAssist v0.10.2](https://github.com/end2endzone/RapidAssist/tree/0.10.2)
30+
* [RapidAssist v0.11.0](https://github.com/end2endzone/RapidAssist/tree/0.11.0)
3131
* [CMake](http://www.cmake.org/) v3.4.3 (or newer)
3232

3333

ci/linux/install_rapidassist.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ git clone "https://github.com/end2endzone/RapidAssist.git"
3232
cd RapidAssist
3333
echo
3434

35-
echo Checking out version v0.10.2...
36-
git -c advice.detachedHead=false checkout 0.10.2
35+
echo Checking out version v0.11.0...
36+
git -c advice.detachedHead=false checkout 0.11.0
3737
echo
3838

3939
echo ============================================================================

ci/windows/install_rapidassist.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ git clone "https://github.com/end2endzone/RapidAssist.git"
3737
cd RapidAssist
3838
echo.
3939

40-
echo Checking out version v0.10.2...
41-
git -c advice.detachedHead=false checkout 0.10.2
40+
echo Checking out version v0.11.0...
41+
git -c advice.detachedHead=false checkout 0.11.0
4242
echo.
4343

4444
echo ============================================================================

0 commit comments

Comments
 (0)