Release 1.3.2
This commit is contained in:
parent
8f134bfece
commit
2b25893e41
|
|
@ -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
|
||||
----------------------------------------
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
||||
|
|
|
|||
2
pom.xml
2
pom.xml
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue