Release 1.3.2

This commit is contained in:
Jochen Topf 2014-03-12 14:18:41 +01:00
parent 8f134bfece
commit 2b25893e41
4 changed files with 12 additions and 4 deletions

View File

@ -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
----------------------------------------

4
debian/changelog vendored
View File

@ -1,5 +1,5 @@
osmpbf (1.3.1) UNRELEASED; urgency=low
osmpbf (1.3.2) UNRELEASED; urgency=low
* unreleased
-- Jochen Topf <jochen@topf.org> Mon, 10 Mar 2014 19:49:12 +0100
-- Jochen Topf <jochen@topf.org> Wed, 12 Mar 2014 14:17:12 +0100

View File

@ -7,7 +7,7 @@
// this describes the high-level OSM objects
#include <osmpbf/osmformat.pb.h> // IWYU pragma: export
#define OSMPBF_VERSION "1.3.1"
#define OSMPBF_VERSION "1.3.2"
namespace OSMPBF {

View File

@ -6,7 +6,7 @@
<groupId>crosby.binary</groupId>
<artifactId>osmpbf</artifactId>
<packaging>jar</packaging>
<version>1.3.1</version>
<version>1.3.2</version>
<name>OSM-Binary</name>
<description>Library for the OpenStreetMap PBF format</description>
<url>https://github.com/scrosby/OSM-binary</url>