1.6.1
This commit is contained in:
parent
b69d2b830d
commit
a8c5bf2747
3 changed files with 4 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
Changelog for package libcreate
|
Changelog for package libcreate
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
Forthcoming
|
1.6.1 (2018-04-21)
|
||||||
-----------
|
------------------
|
||||||
* Build and install gtest as part of CI
|
* Build and install gtest as part of CI
|
||||||
* Update README with instructions for building and running unit tests
|
* Update README with instructions for building and running unit tests
|
||||||
* Remove external cmake project for gtest
|
* Remove external cmake project for gtest
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
cmake_minimum_required(VERSION 2.8.12)
|
cmake_minimum_required(VERSION 2.8.12)
|
||||||
project(libcreate)
|
project(libcreate)
|
||||||
|
|
||||||
set(PACKAGE_VERSION 1.6.0)
|
set(PACKAGE_VERSION 1.6.1)
|
||||||
|
|
||||||
option(LIBCREATE_BUILD_TESTS "Enable the build of tests." ON)
|
option(LIBCREATE_BUILD_TESTS "Enable the build of tests." ON)
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<package format="2">
|
<package format="2">
|
||||||
<name>libcreate</name>
|
<name>libcreate</name>
|
||||||
<version>1.6.0</version>
|
<version>1.6.1</version>
|
||||||
<description>C++ library for interfacing with iRobot's Create 1 and Create 2</description>
|
<description>C++ library for interfacing with iRobot's Create 1 and Create 2</description>
|
||||||
|
|
||||||
<maintainer email="jperron@sfu.ca">Jacob Perron</maintainer>
|
<maintainer email="jperron@sfu.ca">Jacob Perron</maintainer>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue