This commit is contained in:
matlabbe 2021-11-20 13:48:23 -05:00
parent aba19e814a
commit 69e63e0778
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ endif (POLICY CMP0042)
####################### #######################
# VERSION # VERSION
####################### #######################
SET(PROJECT_VERSION "0.6.3") SET(PROJECT_VERSION "0.6.4")
SET(PROJECT_PREFIX find_object) SET(PROJECT_PREFIX find_object)
STRING(REGEX MATCHALL "[0-9]" PROJECT_VERSION_PARTS "${PROJECT_VERSION}") STRING(REGEX MATCHALL "[0-9]" PROJECT_VERSION_PARTS "${PROJECT_VERSION}")

View File

@ -1,7 +1,7 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<package> <package>
<name>find_object_2d</name> <name>find_object_2d</name>
<version>0.6.3</version> <version>0.6.4</version>
<description>The find_object_2d package</description> <description>The find_object_2d package</description>
<maintainer email="matlabbe@gmail.com">Mathieu Labbe</maintainer> <maintainer email="matlabbe@gmail.com">Mathieu Labbe</maintainer>