From a0c9da512fdea3ab1d447d7d3f2e3139d6858886 Mon Sep 17 00:00:00 2001 From: Alex Bencz Date: Wed, 10 Apr 2013 12:44:15 -0400 Subject: [PATCH] Moved version from stack.xml to CMakeLists.txt Workaround for some rosrelease-legacy brokenness. --- CMakeLists.txt | 1 + stack.xml | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 530ac6a..10b7e6e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -28,3 +28,4 @@ rosbuild_genmsg() #rosbuild_link_boost(${PROJECT_NAME} thread) #rosbuild_add_executable(example examples/example.cpp) #target_link_libraries(example ${PROJECT_NAME}) +rosbuild_make_distribution(0.0.2) diff --git a/stack.xml b/stack.xml index c13c24e..012236e 100644 --- a/stack.xml +++ b/stack.xml @@ -1,5 +1,4 @@ - 0.0.2 Contains basic Python drivers for accessing an Axis camera's MJPG stream. Also provides control for PTZ cameras.