From 082146841cd2a8a6f126c3109bbfe71142a4aeaa Mon Sep 17 00:00:00 2001 From: vahrenkamp <vahrenkamp@042f3d55-54a8-47e9-b7fb-15903f145c44> Date: Tue, 18 Sep 2012 18:17:02 +0000 Subject: [PATCH] release 2.1.4 git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@326 042f3d55-54a8-47e9-b7fb-15903f145c44 --- CMakeLists.txt | 2 +- GraspPlanning/CMakeLists.txt | 8 ++++---- MotionPlanning/CMakeLists.txt | 8 ++++---- VirtualRobot/CMakeLists.txt | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e39f88a6a..b2d9a4a03 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,7 +34,7 @@ MESSAGE (STATUS "\n ***** Simox: Generating CMake files for build and install se set(Simox_MAJOR_VERSION 2) set(Simox_MINOR_VERSION 1) -set(Simox_PATCH_VERSION 3) +set(Simox_PATCH_VERSION 4) set(Simox_VERSION ${Simox_MAJOR_VERSION}.${Simox_MINOR_VERSION}.${Simox_PATCH_VERSION}) diff --git a/GraspPlanning/CMakeLists.txt b/GraspPlanning/CMakeLists.txt index ed1215d27..7fb209aa8 100644 --- a/GraspPlanning/CMakeLists.txt +++ b/GraspPlanning/CMakeLists.txt @@ -76,11 +76,11 @@ ADD_SUBDIRECTORY(examples/) IF (NOT DEFINED Simox_VERSION) set(GraspStudio_MAJOR_VERSION 2) set(GraspStudio_MINOR_VERSION 1) - set(GraspStudio_PATCH_VERSION 3) + set(GraspStudio_PATCH_VERSION 4) ELSE() - set(GraspStudio_MAJOR_VERSION ${SIMOX_MAJOR_VERSION}) - set(GraspStudio_MINOR_VERSION ${SIMOX_MINOR_VERSION}) - set(GraspStudio_PATCH_VERSION ${SIMOX_PATCH_VERSION}) + set(GraspStudio_MAJOR_VERSION ${Simox_MAJOR_VERSION}) + set(GraspStudio_MINOR_VERSION ${Simox_MINOR_VERSION}) + set(GraspStudio_PATCH_VERSION ${Simox_PATCH_VERSION}) ENDIF() set(GraspStudio_VERSION ${GraspStudio_MAJOR_VERSION}.${GraspStudio_MINOR_VERSION}.${GraspStudio_PATCH_VERSION}) diff --git a/MotionPlanning/CMakeLists.txt b/MotionPlanning/CMakeLists.txt index 99b9ed413..8b0fdf0f2 100644 --- a/MotionPlanning/CMakeLists.txt +++ b/MotionPlanning/CMakeLists.txt @@ -85,11 +85,11 @@ TARGET_LINK_LIBRARIES (Saba VirtualRobot ${VirtualRobot_EXTERNAL_LIBRARIES}) IF (NOT DEFINED Simox_VERSION) set(Saba_MAJOR_VERSION 2) set(Saba_MINOR_VERSION 1) - set(Saba_PATCH_VERSION 3) + set(Saba_PATCH_VERSION 4) ELSE() - set(Saba_MAJOR_VERSION ${SIMOX_MAJOR_VERSION}) - set(Saba_MINOR_VERSION ${SIMOX_MINOR_VERSION}) - set(Saba_PATCH_VERSION ${SIMOX_PATCH_VERSION}) + set(Saba_MAJOR_VERSION ${Simox_MAJOR_VERSION}) + set(Saba_MINOR_VERSION ${Simox_MINOR_VERSION}) + set(Saba_PATCH_VERSION ${Simox_PATCH_VERSION}) ENDIF() set(Saba_VERSION ${Saba_MAJOR_VERSION}.${Saba_MINOR_VERSION}.${Saba_PATCH_VERSION}) diff --git a/VirtualRobot/CMakeLists.txt b/VirtualRobot/CMakeLists.txt index c4a7c08e2..5f2e7b64c 100644 --- a/VirtualRobot/CMakeLists.txt +++ b/VirtualRobot/CMakeLists.txt @@ -253,7 +253,7 @@ MESSAGE(STATUS " * Generating CMake files") IF (NOT DEFINED Simox_VERSION) set(VirtualRobot_MAJOR_VERSION 2) set(VirtualRobot_MINOR_VERSION 1) - set(VirtualRobot_PATCH_VERSION 3) + set(VirtualRobot_PATCH_VERSION 4) ELSE() set(VirtualRobot_MAJOR_VERSION ${SIMOX_MAJOR_VERSION}) set(VirtualRobot_MINOR_VERSION ${SIMOX_MINOR_VERSION}) -- GitLab