diff --git a/CMakeLists.txt b/CMakeLists.txt index 581f2c9..165bf30 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.1) cmake_policy(SET CMP0048 NEW) -project(mc_rtc_data VERSION 1.0.1) +project(mc_rtc_data VERSION 1.0.2) enable_testing() diff --git a/debian/changelog b/debian/changelog index 705ea62..1fd64f7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +mc-rtc-data (1.0.2-1ubuntu1) unstable; urgency=medium + + * Further fixes to CMake config generation + + -- Pierre Gergondet Wed, 11 Dec 2019 09:29:10 +0800 + mc-rtc-data (1.0.1-1ubuntu1) unstable; urgency=medium * Fix CMake config generation diff --git a/jvrc_description/CMakeLists.txt b/jvrc_description/CMakeLists.txt index 1a3cb75..21b4d42 100644 --- a/jvrc_description/CMakeLists.txt +++ b/jvrc_description/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.1) cmake_policy(SET CMP0048 NEW) -project(jvrc_description VERSION 1.0.1) +project(jvrc_description VERSION 1.0.2) find_package(catkin) diff --git a/jvrc_description/package.xml b/jvrc_description/package.xml index e635566..1230f6f 100644 --- a/jvrc_description/package.xml +++ b/jvrc_description/package.xml @@ -1,6 +1,6 @@ jvrc_description - 1.0.1 + 1.0.2 Description package for the JVRC-1 robot Pierre Gergondet Pierre Gergondet diff --git a/mc_env_description/CMakeLists.txt b/mc_env_description/CMakeLists.txt index 6e0c78b..5a2eac0 100644 --- a/mc_env_description/CMakeLists.txt +++ b/mc_env_description/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.1) cmake_policy(SET CMP0048 NEW) -project(mc_env_description VERSION 1.0.1) +project(mc_env_description VERSION 1.0.2) find_package(catkin) diff --git a/mc_env_description/package.xml b/mc_env_description/package.xml index 1ce07fb..df51b05 100644 --- a/mc_env_description/package.xml +++ b/mc_env_description/package.xml @@ -1,6 +1,6 @@ mc_env_description - 1.0.1 + 1.0.2 mc_env_description Joris Vaillant Pierre Gergondet diff --git a/mc_int_obj_description/CMakeLists.txt b/mc_int_obj_description/CMakeLists.txt index 06edfea..5a08b0a 100644 --- a/mc_int_obj_description/CMakeLists.txt +++ b/mc_int_obj_description/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.1) cmake_policy(SET CMP0048 NEW) -project(mc_int_obj_description VERSION 1.0.1) +project(mc_int_obj_description VERSION 1.0.2) find_package(catkin) diff --git a/mc_int_obj_description/package.xml b/mc_int_obj_description/package.xml index 877252e..14c8cb9 100644 --- a/mc_int_obj_description/package.xml +++ b/mc_int_obj_description/package.xml @@ -1,6 +1,6 @@ mc_int_obj_description - 1.0.1 + 1.0.2 mc_int_obj_description Joris Vaillant Pierre Gergondet diff --git a/mc_rtc_data/CMakeLists.txt b/mc_rtc_data/CMakeLists.txt index 2de700f..68d2392 100644 --- a/mc_rtc_data/CMakeLists.txt +++ b/mc_rtc_data/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.1) cmake_policy(SET CMP0048 NEW) -project(mc_rtc_data VERSION 1.0.1) +project(mc_rtc_data VERSION 1.0.2) find_package(catkin REQUIRED) catkin_metapackage() diff --git a/mc_rtc_data/package.xml b/mc_rtc_data/package.xml index bb4d45b..4cd65b8 100644 --- a/mc_rtc_data/package.xml +++ b/mc_rtc_data/package.xml @@ -1,7 +1,7 @@ mc_rtc_data - 1.0.1 + 1.0.2 Data for mc_rtc Pierre Gergondet BSD