From 769367897fd09384d76abb7bfe78ff1faa9f25e6 Mon Sep 17 00:00:00 2001 From: Hugues Delorme Date: Fri, 14 Apr 2017 10:01:50 +0200 Subject: [PATCH] Bump version to v0.4.1 --- CMakeLists.txt | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 04f40eb..e6b01f7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -41,7 +41,7 @@ include(CMakeDependentOption) set(GMIO_VERSION_MAJOR 0) set(GMIO_VERSION_MINOR 4) -set(GMIO_VERSION_PATCH 0) +set(GMIO_VERSION_PATCH 1) set(GMIO_VERSION ${GMIO_VERSION_MAJOR}.${GMIO_VERSION_MINOR}.${GMIO_VERSION_PATCH}) diff --git a/README.md b/README.md index f730afd..6c112d4 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ [![Codecov](https://codecov.io/github/fougue/gmio/coverage.svg?branch=master)](https://codecov.io/gh/fougue/gmio/branch/master) [![License](https://img.shields.io/badge/license-BSD%202--clause-blue.svg)](https://github.com/fougue/gmio/blob/master/LICENSE.txt) -[![Version](https://img.shields.io/badge/version-v0.4.0-blue.svg?style=flat)](https://github.com/fougue/gmio/releases) +[![Version](https://img.shields.io/badge/version-v0.4.1-blue.svg?style=flat)](https://github.com/fougue/gmio/releases) C library for geometry input/output