This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository libosmium.
commit 4f7a5944ad02694e8af50801d8221486e2081938 Author: Bas Couwenberg <[email protected]> Date: Wed Jun 1 13:32:17 2016 +0200 Imported Upstream version 2.7.1 --- CHANGELOG.md | 7 +++++++ CMakeLists.txt | 2 +- include/osmium/version.hpp | 4 ++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d60b548..cd9a861 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,13 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Fixed +## [2.7.1] - 2016-06-01 + +### Fixes + +- Update version number in version.hpp. + + ## [2.7.0] - 2016-06-01 ### Added diff --git a/CMakeLists.txt b/CMakeLists.txt index 5f74fab..7434fb4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,7 +25,7 @@ project(libosmium) set(LIBOSMIUM_VERSION_MAJOR 2) set(LIBOSMIUM_VERSION_MINOR 7) -set(LIBOSMIUM_VERSION_PATCH 0) +set(LIBOSMIUM_VERSION_PATCH 1) set(LIBOSMIUM_VERSION "${LIBOSMIUM_VERSION_MAJOR}.${LIBOSMIUM_VERSION_MINOR}.${LIBOSMIUM_VERSION_PATCH}") diff --git a/include/osmium/version.hpp b/include/osmium/version.hpp index ac2765c..a0851f1 100644 --- a/include/osmium/version.hpp +++ b/include/osmium/version.hpp @@ -34,9 +34,9 @@ DEALINGS IN THE SOFTWARE. */ #define LIBOSMIUM_VERSION_MAJOR 2 -#define LIBOSMIUM_VERSION_MINOR 6 +#define LIBOSMIUM_VERSION_MINOR 7 #define LIBOSMIUM_VERSION_PATCH 1 -#define LIBOSMIUM_VERSION_STRING "2.6.1" +#define LIBOSMIUM_VERSION_STRING "2.7.1" #endif // OSMIUM_VERSION_HPP -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/libosmium.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

