README: add version badge

This commit is contained in:
Hugues Delorme 2016-06-24 12:13:51 +02:00
parent be5dba661e
commit 8d6464a44e
2 changed files with 3 additions and 8 deletions

View File

@ -8,7 +8,8 @@
src="https://scan.coverity.com/projects/5721/badge.svg"/>
</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)
[![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)
C library for geometry input/output
@ -28,10 +29,6 @@ Main highlights:
* [x] Progress report about the I/O operation
* [x] Available under the CeCILL-B license, which is fully BSD compatible
Supported CAD files format
==========================
Current version only supports the STereoLithography format(STL), see module
[gmio_stl](http://www.fougue.pro/docs/gmio/group__gmio__stl.html#details)

View File

@ -15,9 +15,7 @@
\li Progress report about the I/O operation
\li Available under the CeCILL-B license, which is fully BSD compatible
\section sup_cadf Supported CAD files format
Current version only supports the STereoLithography format(STL), see module \ref gmio_stl
Current version only supports the STereoLithography format(STL), see module \ref gmio_stl
\section build Building gmio