Bump version to v0.3.1
This commit is contained in:
parent
ea8a789220
commit
fe9208d163
@ -39,7 +39,7 @@ include(CMakeDependentOption)
|
|||||||
project(gmio)
|
project(gmio)
|
||||||
set(GMIO_VERSION_MAJOR 0)
|
set(GMIO_VERSION_MAJOR 0)
|
||||||
set(GMIO_VERSION_MINOR 3)
|
set(GMIO_VERSION_MINOR 3)
|
||||||
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})
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
</a>
|
</a>
|
||||||
[](https://coveralls.io/github/fougue/gmio?branch=master)
|
[](https://coveralls.io/github/fougue/gmio?branch=master)
|
||||||
[](https://github.com/fougue/gmio/blob/master/LICENSE.txt)
|
[](https://github.com/fougue/gmio/blob/master/LICENSE.txt)
|
||||||
[](https://github.com/fougue/gmio/releases)
|
[](https://github.com/fougue/gmio/releases)
|
||||||
|
|
||||||
|
|
||||||
C library for geometry input/output
|
C library for geometry input/output
|
||||||
|
Loading…
Reference in New Issue
Block a user