Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
svn path=/trunk/yarp2/; revision=8071
  • Loading branch information
paulfitz committed Jul 1, 2010
1 parent 7e2eaea commit 32f26f5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2010-07-01 Paul Fitzpatrick <[email protected]>

* conf/YarpVersion.cmake: bump version: yarp-2.3.0

2010-06-30 Paul Fitzpatrick <[email protected]>

* src/libYARP_OS/include/yarp/os/Port.h: add setTimeout flag
Expand Down
6 changes: 3 additions & 3 deletions conf/YarpVersion.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
# This file is the official location of the current YARP version number.

SET(YARP_VERSION_MAJOR "2")
SET(YARP_VERSION_MINOR "2")
SET(YARP_VERSION_PATCH "8")
SET(YARP_VERSION_MODIFIER "rc0")
SET(YARP_VERSION_MINOR "3")
SET(YARP_VERSION_PATCH "0")
SET(YARP_VERSION_MODIFIER "")

set(CPACK_PACKAGE_VERSION_MAJOR "${YARP_VERSION_MAJOR}")
set(CPACK_PACKAGE_VERSION_MINOR "${YARP_VERSION_MINOR}")
Expand Down

0 comments on commit 32f26f5

Please sign in to comment.