Bump version 0.6.3

This commit is contained in:
matlabbe 2020-05-26 23:22:48 -04:00
parent 328c7236b5
commit 6d5d9bf9da
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.2") SET(PROJECT_VERSION "0.6.3")
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.2</version> <version>0.6.3</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>