Skip to content

Commit 9f8d803

Browse files
committed
v3.8.0: add package.xml
1 parent 6746368 commit 9f8d803

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,4 +220,6 @@ foreach (_variableName ${_variableNames})
220220
)
221221
endforeach()
222222
223+
INSTALL(FILES package.xml DESTINATION share/${PROJECT_NAME})
224+
223225
MESSAGE(STATUS "dynamic_graph_VERSION=${dynamic_graph_VERSION}")

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<package format="2">
22
<name>dynamic-graph</name>
3-
<version>3.7.3</version>
3+
<version>3.8.0</version>
44
<description>
55
Dynamic graph library
66
</description>

0 commit comments

Comments
 (0)