<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>gtest_vendor</name>
<!--
We add 900 to the patch part of the version and then multiply it by 10,
i.e. our version = `(upstream_patch_version + 900) * 10`,
so we can have intermediate releases as well as release any future official 1.8.x versions.
This is basically packing the patch part of the version and a fourth version part together
into the third part of the version.
The use of `900` instead of something else like `100` is arbitrary, but it might
help people recognize that this is a "special" version number.
It is needed however, because we cannot have a leading `0` in our patch version.
Consider these possible future versions as an example:
1.8.9000 -> current state of this repository, 1.8.0 + some commits from us and upstream
1.8.9010 -> upstream 1.8.1
1.8.9011 -> upstream 1.8.1 + additional commits from upstream or us
1.8.9012 -> upstream 1.8.1 + additional commits from 1.8.1011 + more new commits
1.8.9020 -> upstream 1.8.2
and so on...
This is planned to be temporary until we vendor package this, but for now
it will allow us to be flexible.
-->
<!--
Log of versions:
1.8.9000 = google/googletest@c6cb7e033591528a5fe2c63157a0d8ce927740dc + osrf commits
1.10.9000 = google/googletest@703bd9caab50b139428cea1aaff9974ebee5742e + osrf commits
1.11.9000 = google/googletest@e2239ee6043f73722e7aa812a459f54a28552929 + osrf commits
1.14.9000 = google/googletest@f8d7d77c06936315286eb55f8de22cd23c188571 + osrf commits
-->
<version>1.16.0</version>
<description>The package provides GoogleTest.</description>
<maintainer email="scott@openrobotics.org">Scott K Logan</maintainer>
<license>BSD</license>
<author email="audrow@openrobotics.org">Audrow Nash</author>
<author email="dthomas@osrfoundation.org">Dirk Thomas</author>
<author email="michel@ekumenlabs.com">Michel Hidalgo</author>
<buildtool_depend>cmake</buildtool_depend>
<export>
<build_type>cmake</build_type>
</export>
</package>