Release v0.2.0

This commit is contained in:
Hugues Delorme 2016-06-29 17:58:58 +02:00
parent 9d88a7464d
commit 2b63b5433f
3 changed files with 5 additions and 5 deletions

View File

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

View File

@ -9,7 +9,7 @@
</a>
[![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)
[![Version](https://img.shields.io/badge/version-v0.1.0-blue.svg?style=flat)](https://github.com/fougue/gmio/releases)
[![Version](https://img.shields.io/badge/version-v0.2.0-blue.svg?style=flat)](https://github.com/fougue/gmio/releases)
C library for geometry input/output
@ -30,7 +30,7 @@ Main highlights:
* [x] Available under the CeCILL-B license, which is fully BSD compatible
Current version only supports the STereoLithography format(STL), see module
[gmio_stl](http://www.fougue.pro/docs/gmio/0.1/group__gmio__stl.html#details)
[gmio_stl](http://www.fougue.pro/docs/gmio/0.2/group__gmio__stl.html#details)
Building gmio
@ -44,7 +44,7 @@ Read the [Build instructions](https://github.com/fougue/gmio/wiki/2.-Build-instr
Documentation
=============
The HTML reference manual generated by Doxygen is [here](http://www.fougue.pro/docs/gmio/0.1)
The HTML reference manual generated by Doxygen is [here](http://www.fougue.pro/docs/gmio/0.2)
There is also a [wiki](https://github.com/fougue/gmio/wiki)

View File

@ -1,4 +1,4 @@
version: 0.1_build{build}
version: 0.2_build{build}
os: Visual Studio 2013