diff --git a/core/mk/package.xml b/core/mk/package.xml index aaada547..78369483 100644 --- a/core/mk/package.xml +++ b/core/mk/package.xml @@ -1,6 +1,6 @@ mk - 1.9.28 + 1.9.29 A collection of .mk include files for building ROS architectural elements. Most package authors should use cmake .mk, which calls CMake for the build of the package. diff --git a/core/rosbuild/package.xml b/core/rosbuild/package.xml index cfe646d4..4e409f1c 100644 --- a/core/rosbuild/package.xml +++ b/core/rosbuild/package.xml @@ -1,6 +1,6 @@ rosbuild - 1.9.28 + 1.9.29 rosbuild contains scripts for managing the CMake-based build system for ROS. diff --git a/core/roslang/package.xml b/core/roslang/package.xml index 758e3477..20bb7d97 100644 --- a/core/roslang/package.xml +++ b/core/roslang/package.xml @@ -1,6 +1,6 @@ roslang - 1.9.28 + 1.9.29 roslang is a common package that all ROS client libraries depend on. This is mainly used to find client libraries (via 'rospack depends-on1 roslang'). diff --git a/core/roslib/package.xml b/core/roslib/package.xml index aab3f868..9b3975c2 100644 --- a/core/roslib/package.xml +++ b/core/roslib/package.xml @@ -1,6 +1,6 @@ roslib - 1.9.28 + 1.9.29 Base dependencies and support libraries for ROS. roslib contains many of the common data structures and tools that are shared across ROS client library implementations. diff --git a/ros/package.xml b/ros/package.xml index d866cd90..1a4eff12 100644 --- a/ros/package.xml +++ b/ros/package.xml @@ -1,6 +1,6 @@ ros - 1.9.28 + 1.9.29 ROS packaging system Dirk Thomas BSD diff --git a/tools/rosbash/package.xml b/tools/rosbash/package.xml index 92615460..50a55356 100644 --- a/tools/rosbash/package.xml +++ b/tools/rosbash/package.xml @@ -1,6 +1,6 @@ rosbash - 1.9.28 + 1.9.29 Assorted shell commands for using ros with bash. diff --git a/tools/rosboost_cfg/package.xml b/tools/rosboost_cfg/package.xml index d33fef18..cc078dcc 100644 --- a/tools/rosboost_cfg/package.xml +++ b/tools/rosboost_cfg/package.xml @@ -1,6 +1,6 @@ rosboost_cfg - 1.9.28 + 1.9.29 Contains scripts used by the rosboost-cfg tool for determining cflags/lflags/etc. of boost on your system diff --git a/tools/rosclean/package.xml b/tools/rosclean/package.xml index e179dbbf..250aaa8b 100644 --- a/tools/rosclean/package.xml +++ b/tools/rosclean/package.xml @@ -1,6 +1,6 @@ rosclean - 1.9.28 + 1.9.29 rosclean: cleanup filesystem resources (e.g. log files). diff --git a/tools/roscreate/package.xml b/tools/roscreate/package.xml index ff7e6472..6eef815e 100644 --- a/tools/roscreate/package.xml +++ b/tools/roscreate/package.xml @@ -1,6 +1,6 @@ roscreate - 1.9.28 + 1.9.29 roscreate contains a tool that assists in the creation of ROS filesystem resources. It provides: roscreate-pkg, which creates a new package directory, diff --git a/tools/rosmake/package.xml b/tools/rosmake/package.xml index d5d0b0c5..fa89fda8 100644 --- a/tools/rosmake/package.xml +++ b/tools/rosmake/package.xml @@ -1,6 +1,6 @@ rosmake - 1.9.28 + 1.9.29 rosmake is a ros dependency aware build tool which can be used to build all dependencies in the correct order. diff --git a/tools/rosunit/package.xml b/tools/rosunit/package.xml index 4194e37c..3b4c80f3 100644 --- a/tools/rosunit/package.xml +++ b/tools/rosunit/package.xml @@ -1,6 +1,6 @@ rosunit - 1.9.28 + 1.9.29 Unit-testing package for ROS. This is a lower-level library for rostest and handles unit tests, whereas rostest handles integration tests.