Skip to content

Commit

Permalink
version bump: 2.2.7
Browse files Browse the repository at this point in the history
svn path=/trunk/yarp2/; revision=7839
  • Loading branch information
paulfitz committed May 4, 2010
1 parent 68f597c commit 1dd0ff4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2010-05-04 Paul Fitzpatrick <paulfitz@nominal.csail.mit.edu>

* conf/YarpVersion.cmake: bump version up to 2.2.7, probably
last release before a biggish CMake reorganization.

2010-04-28 Paul Fitzpatrick <paulfitz@alum.mit.edu>

* src/libYARP_OS/src/ResourceFinder.cpp: fix "found"
Expand Down
2 changes: 1 addition & 1 deletion conf/YarpVersion.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

SET(YARP_VERSION_MAJOR "2")
SET(YARP_VERSION_MINOR "2")
SET(YARP_VERSION_PATCH "6")
SET(YARP_VERSION_PATCH "7")
SET(YARP_VERSION_MODIFIER "")

SET(CPACK_PACKAGE_VERSION_MAJOR "${YARP_VERSION_MAJOR}")
Expand Down
2 changes: 1 addition & 1 deletion scripts/svn-tag
Original file line number Diff line number Diff line change
@@ -1 +1 @@
svn copy https://yarp0.svn.sourceforge.net/svnroot/yarp0/trunk/yarp2 https://yarp0.svn.sourceforge.net/svnroot/yarp0/tags/yarp-2.2.6 -m "yarp release 2.2.6"
svn copy https://yarp0.svn.sourceforge.net/svnroot/yarp0/trunk/yarp2 https://yarp0.svn.sourceforge.net/svnroot/yarp0/tags/yarp-2.2.7 -m "yarp release 2.2.7"

0 comments on commit 1dd0ff4

Please sign in to comment.