Release v0.2.1

This commit is contained in:
Hugues Delorme 2016-06-30 15:39:43 +02:00
parent 185b70084a
commit 5d4c91d09b
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ include(CMakeDependentOption)
project(gmio) project(gmio)
set(GMIO_VERSION_MAJOR 0) set(GMIO_VERSION_MAJOR 0)
set(GMIO_VERSION_MINOR 2) set(GMIO_VERSION_MINOR 2)
set(GMIO_VERSION_PATCH 0) set(GMIO_VERSION_PATCH 1)
set(GMIO_VERSION set(GMIO_VERSION
${GMIO_VERSION_MAJOR}.${GMIO_VERSION_MINOR}.${GMIO_VERSION_PATCH}) ${GMIO_VERSION_MAJOR}.${GMIO_VERSION_MINOR}.${GMIO_VERSION_PATCH})

View File

@ -9,7 +9,7 @@
</a> </a>
[![Coverage Status](https://coveralls.io/repos/fougue/gmio/badge.svg?branch=master&service=github)](https://coveralls.io/github/fougue/gmio?branch=master) [![Coverage Status](https://coveralls.io/repos/fougue/gmio/badge.svg?branch=master&service=github)](https://coveralls.io/github/fougue/gmio?branch=master)
[![License](https://img.shields.io/badge/license-CeCILL--B-blue.svg)](http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html) [![License](https://img.shields.io/badge/license-CeCILL--B-blue.svg)](http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html)
[![Version](https://img.shields.io/badge/version-v0.2.0-blue.svg?style=flat)](https://github.com/fougue/gmio/releases) [![Version](https://img.shields.io/badge/version-v0.2.1-blue.svg?style=flat)](https://github.com/fougue/gmio/releases)
C library for geometry input/output C library for geometry input/output