We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6746368 commit 9f8d803Copy full SHA for 9f8d803
CMakeLists.txt
@@ -220,4 +220,6 @@ foreach (_variableName ${_variableNames})
220
)
221
endforeach()
222
223
+INSTALL(FILES package.xml DESTINATION share/${PROJECT_NAME})
224
+
225
MESSAGE(STATUS "dynamic_graph_VERSION=${dynamic_graph_VERSION}")
package.xml
@@ -1,6 +1,6 @@
1
<package format="2">
2
<name>dynamic-graph</name>
3
- <version>3.7.3</version>
+ <version>3.8.0</version>
4
<description>
5
Dynamic graph library
6
</description>
0 commit comments