From 8dfb2d6e89a9695832e537c1079d0e672c902dc4 Mon Sep 17 00:00:00 2001 From: Paul Fitzpatrick Date: Mon, 25 Jul 2011 07:14:39 +0000 Subject: [PATCH] version bump 2.3.8 - codename happy mac svn path=/trunk/yarp2/; revision=8740 --- COPYING | 27 +++++++++++++++------------ ChangeLog | 5 +++++ conf/YarpVersion.cmake | 4 ++-- 3 files changed, 22 insertions(+), 14 deletions(-) diff --git a/COPYING b/COPYING index 2cca85596cc..9b3227ec192 100644 --- a/COPYING +++ b/COPYING @@ -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 @@ -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 @@ -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 @@ -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) @@ -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 CopyPolicy: Released under the terms of the GNU GPL v2. or later diff --git a/ChangeLog b/ChangeLog index c4529af04cf..ef9c837e52c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-07-25 Paul Fitzpatrick + + * conf/YarpVersion.cmake: version bump to 2.3.8, codename + "happy mac" + 2011-07-23 Paul Fitzpatrick * src/libYARP_OS/src/Bottle.cpp: modify Bottle::check diff --git a/conf/YarpVersion.cmake b/conf/YarpVersion.cmake index 2d9bb28460b..4c952fc0172 100644 --- a/conf/YarpVersion.cmake +++ b/conf/YarpVersion.cmake @@ -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}")