From c503a70158b72af174855e10f587bd1d2c61cb3e Mon Sep 17 00:00:00 2001 From: vahrenkamp <vahrenkamp@042f3d55-54a8-47e9-b7fb-15903f145c44> Date: Thu, 18 Oct 2012 06:38:45 +0000 Subject: [PATCH] version update git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@330 042f3d55-54a8-47e9-b7fb-15903f145c44 --- CMakeLists.txt | 2 +- GraspPlanning/CMakeLists.txt | 2 +- MotionPlanning/CMakeLists.txt | 2 +- VirtualRobot/CMakeLists.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b2d9a4a03..d8d437b20 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 4) +set(Simox_PATCH_VERSION 5) set(Simox_VERSION ${Simox_MAJOR_VERSION}.${Simox_MINOR_VERSION}.${Simox_PATCH_VERSION}) diff --git a/GraspPlanning/CMakeLists.txt b/GraspPlanning/CMakeLists.txt index 7fb209aa8..382d5ce52 100644 --- a/GraspPlanning/CMakeLists.txt +++ b/GraspPlanning/CMakeLists.txt @@ -76,7 +76,7 @@ ADD_SUBDIRECTORY(examples/) IF (NOT DEFINED Simox_VERSION) set(GraspStudio_MAJOR_VERSION 2) set(GraspStudio_MINOR_VERSION 1) - set(GraspStudio_PATCH_VERSION 4) + set(GraspStudio_PATCH_VERSION 5) ELSE() set(GraspStudio_MAJOR_VERSION ${Simox_MAJOR_VERSION}) set(GraspStudio_MINOR_VERSION ${Simox_MINOR_VERSION}) diff --git a/MotionPlanning/CMakeLists.txt b/MotionPlanning/CMakeLists.txt index 8b0fdf0f2..7a03ebcba 100644 --- a/MotionPlanning/CMakeLists.txt +++ b/MotionPlanning/CMakeLists.txt @@ -85,7 +85,7 @@ 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 4) + set(Saba_PATCH_VERSION 5) ELSE() set(Saba_MAJOR_VERSION ${Simox_MAJOR_VERSION}) set(Saba_MINOR_VERSION ${Simox_MINOR_VERSION}) diff --git a/VirtualRobot/CMakeLists.txt b/VirtualRobot/CMakeLists.txt index 5f2e7b64c..85d01d10e 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 4) + set(VirtualRobot_PATCH_VERSION 5) ELSE() set(VirtualRobot_MAJOR_VERSION ${SIMOX_MAJOR_VERSION}) set(VirtualRobot_MINOR_VERSION ${SIMOX_MINOR_VERSION}) -- GitLab