From 5664ae640f7757802c37baacf867ff841f7e356d Mon Sep 17 00:00:00 2001 From: Dirk Thomas Date: Mon, 22 Dec 2014 17:56:03 -0800 Subject: [PATCH] 0.6.10 --- CHANGELOG.rst | 4 ++-- package.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 92f1cfd38..7f4b5454c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,8 +2,8 @@ Changelog for package catkin ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Forthcoming ------------ +0.6.10 (2014-12-22) +------------------- * check changes to -D args CATKIN_DEVEL_PREFIX / CMAKE_INSTALL_PREFIX when considering to reinvoke cmake (`#700 `_) * add --use-ninja option to catkin_make(_isolated) to use ninja instead of make (`#693 `_) * remove 'emulate sh' from setup.zsh (`#686 `_) diff --git a/package.xml b/package.xml index 7c2708ac3..381c8dd39 100644 --- a/package.xml +++ b/package.xml @@ -1,7 +1,7 @@ catkin - 0.6.9 + 0.6.10 Low-level build system macros and infrastructure for ROS. Dirk Thomas BSD