diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt index 20e18e0..2dfc41e 100644 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -1,3 +1,11 @@ +---------------------------------------- +Release notes for 1.3.2 -- 2014-03-12 +---------------------------------------- + +Small bugfixes and build enhancements. +Improved Debian build in coordination with Debian maintainers. + + ---------------------------------------- Release notes for 1.3.1 -- 2013-12-11 ---------------------------------------- diff --git a/debian/changelog b/debian/changelog index 7c7fa28..a9c7d91 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ -osmpbf (1.3.1) UNRELEASED; urgency=low +osmpbf (1.3.2) UNRELEASED; urgency=low * unreleased - -- Jochen Topf Mon, 10 Mar 2014 19:49:12 +0100 + -- Jochen Topf Wed, 12 Mar 2014 14:17:12 +0100 diff --git a/include/osmpbf/osmpbf.h b/include/osmpbf/osmpbf.h index 093f4b6..6045baa 100644 --- a/include/osmpbf/osmpbf.h +++ b/include/osmpbf/osmpbf.h @@ -7,7 +7,7 @@ // this describes the high-level OSM objects #include // IWYU pragma: export -#define OSMPBF_VERSION "1.3.1" +#define OSMPBF_VERSION "1.3.2" namespace OSMPBF { diff --git a/pom.xml b/pom.xml index 91eee77..c653c20 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ crosby.binary osmpbf jar - 1.3.1 + 1.3.2 OSM-Binary Library for the OpenStreetMap PBF format https://github.com/scrosby/OSM-binary