[osmium-tool] 03/03: Release v1.1.1

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Tue Jul 21 20:16:04 UTC 2015


This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to tag v1.1.1
in repository osmium-tool.

commit c59a3c3098d3530957c230d09bb494f027ad6872
Author: Jochen Topf <jochen at topf.org>
Date:   Sat Jul 4 16:34:21 2015 +0200

    Release v1.1.1
---
 CHANGELOG.md   | 10 ++++++++--
 CMakeLists.txt |  2 +-
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index b3bae21..ad77ad1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
 
 ### Fixed
 
+
+## [1.1.1] - 2015-07-04
+
+### Fixed
+
 - Osmium fileinfo --show-variables didn't work properly.
 - Improved zsh autocompletion
 
@@ -50,7 +55,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
 - Minor updates to documentation and build system
 
 
-[unreleased]: https://github.com/osmcode/osmium-tool/compare/v1.1.0...HEAD
-[1.0.1]: https://github.com/osmcode/osmium-tool/compare/v1.0.1...v1.1.0
+[unreleased]: https://github.com/osmcode/osmium-tool/compare/v1.1.1...HEAD
+[1.1.1]: https://github.com/osmcode/osmium-tool/compare/v1.1.0...v1.1.1
+[1.1.0]: https://github.com/osmcode/osmium-tool/compare/v1.0.1...v1.1.0
 [1.0.1]: https://github.com/osmcode/osmium-tool/compare/v1.0.0...v1.0.1
 
diff --git a/CMakeLists.txt b/CMakeLists.txt
index fc0efa1..8b1c776 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -27,7 +27,7 @@ project(osmium)
 
 set(OSMIUM_VERSION_MAJOR 1)
 set(OSMIUM_VERSION_MINOR 1)
-set(OSMIUM_VERSION_PATCH 0)
+set(OSMIUM_VERSION_PATCH 1)
 
 set(OSMIUM_VERSION ${OSMIUM_VERSION_MAJOR}.${OSMIUM_VERSION_MINOR}.${OSMIUM_VERSION_PATCH})
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/osmium-tool.git



More information about the Pkg-grass-devel mailing list