Skip to content

Commit

Permalink
YARP 2.3.21
Browse files Browse the repository at this point in the history
This time for real!
  • Loading branch information
drdanz committed Jul 8, 2013
1 parent cc357de commit 0f31721
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2013-07-05 Daniele E. Domenichelli <daniele.domenichelli@iit.it>
* Tagging 2.3.21

2013-07-03 Marco Randazzo <marco.randazzo@iit.it>
* src/libYARP_dev/src/TorqueControlImpl.cpp
* src/libYARP_dev/src/ServerControlBoard.cpp
Expand Down
4 changes: 2 additions & 2 deletions conf/YarpVersion.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
# bumping VERSION_PATCH
set(YARP_VERSION_MAJOR "2")
set(YARP_VERSION_MINOR "3")
set(YARP_VERSION_PATCH "20")
set(YARP_VERSION_TWEAK "6")
set(YARP_VERSION_PATCH "21")
set(YARP_VERSION_TWEAK "")
set(YARP_VERSION_STRING "")

set(YARP_VERSION_ABI "1")
Expand Down
9 changes: 7 additions & 2 deletions src/doc/download.dox
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@

Here is the most recent source code package for YARP:
<ul>
<li><a href="http://downloads.sourceforge.net/yarp0/yarp-2.3.20.1.tar.gz">yarp-2.3.20.1.tar.gz</a> stable release for Linux, Mac OSX, etc.</li>
<li><a href="http://downloads.sourceforge.net/yarp0/yarp-2.3.20.1.zip">yarp-2.3.20.1.zip</a> stable release for Windows.</li>
<li><a href="http://downloads.sourceforge.net/yarp0/yarp-2.3.21.tar.gz">yarp-2.3.21.tar.gz</a> stable release for Linux, Mac OSX, etc.</li>
<li><a href="http://downloads.sourceforge.net/yarp0/yarp-2.3.21.zip">yarp-2.3.21.zip</a> stable release for Windows.</li>
</ul>

<a href="http://www.cmake.org">CMake</a> is required for building these
Expand Down Expand Up @@ -59,6 +59,11 @@ called eBottle.
<h2>Older versions</h2>

Older, stable versions of YARP:
<ul>
<li><a href="http://downloads.sourceforge.net/yarp0/yarp-2.3.20.1.tar.gz">yarp-2.3.20.1.tar.gz</a> stable release for Linux, Mac OSX, etc.</li>
<li><a href="http://downloads.sourceforge.net/yarp0/yarp-2.3.20.1.zip">yarp-2.3.20.1.zip</a> stable release for Windows.</li>
</ul>

<ul>
<li><a href="http://downloads.sourceforge.net/yarp0/yarp-2.3.20.tar.gz">yarp-2.3.20.tar.gz</a> stable release for Linux, Mac OSX, etc.</li>
<li><a href="http://downloads.sourceforge.net/yarp0/yarp-2.3.20.zip">yarp-2.3.20.zip</a> stable release for Windows.</li>
Expand Down

0 comments on commit 0f31721

Please sign in to comment.