File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ This section explains how to compile and build the software and how to get a dev
2727The 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
Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ git clone "https://github.com/end2endzone/RapidAssist.git"
3232cd RapidAssist
3333echo
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
3737echo
3838
3939echo ============================================================================
Original file line number Diff line number Diff line change @@ -37,8 +37,8 @@ git clone "https://github.com/end2endzone/RapidAssist.git"
3737cd RapidAssist
3838echo .
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
4242echo .
4343
4444echo ============================================================================
You can’t perform that action at this time.
0 commit comments