Skip to content

Commit

Permalink
version bump 2.3.8 - codename happy mac
Browse files Browse the repository at this point in the history
svn path=/trunk/yarp2/; revision=8740
  • Loading branch information
paulfitz committed Jul 25, 2011
1 parent 6b33b8a commit 8dfb2d6
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 14 deletions.
27 changes: 15 additions & 12 deletions COPYING
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ The list of authors for YARP (ordered by file count) is:
Giorgio Metta
Giacomo Spigler
Anne van Rossum
Duarte Aragao
Alessandro Scalzo
Daniel Krieg
Arjan Gijsberts
Expand Down Expand Up @@ -39,10 +40,10 @@ The list of people thanked in the ChangeLog (ordered by mention count) is:
Gianluca Massera
Jonas Ruesch
Anne van Rossum
Juan G Victores
Giorgio Metta
Daniel Krieg
Arjan Gijsberts
Juan G Victores
Arnaud Degroote
Ze Ji
Stefan Freyr Stefansson
Expand Down Expand Up @@ -77,11 +78,13 @@ The list of people thanked in the ChangeLog (ordered by mention count) is:
Renaud Detry
Radu Bogdan Rusu
Pablo Urcola
Nikolas Hemion
Nelson Goncalves
Marco Randazzo
Lorenzo DeMichieli
Kyron Du Casse
Jan Woetzel
Ingo Keller
Gilberto Echeverria
Giacomo Spigler
Freyr Magnusson
Expand All @@ -101,8 +104,9 @@ The list of people thanked in the ChangeLog (ordered by mention count) is:

The list of copyright holders for YARP is:
Copyright 2003 2005 2006 2007 2008 2009 2010 2011
RobotCub Consortium (731 files)
RobotCub Consortium (733 files)
Dept. Robotics, Brain and Cognitive Sciences, Istituto Italiano di Tecnologia (45 files)
Duarte Aragao (23 files)
Giacomo Spigler (22 files)
Daniel Krieg (14 files)
Anne van Rossum (13 files)
Expand Down Expand Up @@ -220,31 +224,30 @@ src/modules/urbtc/kernel_module/urbtc.h
Copyright: (C) 2007 iXs Research Corp
CopyPolicy: Released under the terms of the GNU GPL version 2

src/modules/kinect/README.txt
Copyright: (C) 2010 RobotCub Consortium
Authors: Paul Fitzpatrick
CopyPolicy: Released under the terms of the GNU GPL 2.0

src/modules/kinect/KinectDeviceDriver.h
src/modules/kinect/freenect/KinectDeviceDriver.h
Copyright: (C) 2010 Philipp Robbel
CopyPolicy: Released under the terms of the GNU GPL v2.0.

src/modules/kinect/CMakeLists.txt
src/modules/kinect/freenect/CMakeLists.txt
Copyright: (C) 2010 Philipp Robbel
CopyPolicy: Released under the terms of the GNU GPL v2.0.

src/modules/kinect/ServerKinect.h
src/modules/kinect/freenect/ServerKinect.h
Copyright: (C) 2010 Philipp Robbel
CopyPolicy: Released under the terms of the GNU GPL v2.0.

src/modules/kinect/KinectDeviceDriver.cpp
src/modules/kinect/freenect/KinectDeviceDriver.cpp
Copyright: (C) 2010 Philipp Robbel
CopyPolicy: Released under the terms of the GNU GPL v2.0.

src/modules/kinect/KinectExample.cpp
src/modules/kinect/freenect/KinectExample.cpp
Copyright: (C) 2010 Philipp Robbel
CopyPolicy: Released under the terms of the GNU GPL v2.0.

src/modules/kinect/OpenNI/README.txt
Copyright: (C) 2011 Duarte Aragao
CopyPolicy: Released under the terms of the GNU GPL 2.0

src/modules/vfw/vfw_extra_from_australia.h
Copyright: (C) 2006 The University of Queensland, Australia <www.uq.edu.au>
CopyPolicy: Released under the terms of the GNU GPL v2. or later
Expand Down
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2011-07-25 Paul Fitzpatrick <[email protected]>

* conf/YarpVersion.cmake: version bump to 2.3.8, codename
"happy mac"

2011-07-23 Paul Fitzpatrick <[email protected]>

* src/libYARP_OS/src/Bottle.cpp: modify Bottle::check
Expand Down
4 changes: 2 additions & 2 deletions conf/YarpVersion.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

set(YARP_VERSION_MAJOR "2")
set(YARP_VERSION_MINOR "3")
set(YARP_VERSION_PATCH "7")
set(YARP_VERSION_MODIFIER "svn1")
set(YARP_VERSION_PATCH "8")
set(YARP_VERSION_MODIFIER "")
set(YARP_VERSION_ABI "1")

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

0 comments on commit 8dfb2d6

Please sign in to comment.