Version 1.3.3 released
This commit is contained in:
parent
5e82288d12
commit
72cd8e5abc
|
|
@ -1,3 +1,9 @@
|
|||
----------------------------------------
|
||||
Release notes for 1.3.3 -- 2014-03-15
|
||||
----------------------------------------
|
||||
|
||||
Fixed ant build file.
|
||||
|
||||
----------------------------------------
|
||||
Release notes for 1.3.2 -- 2014-03-12
|
||||
----------------------------------------
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
osmpbf (1.3.2) UNRELEASED; urgency=low
|
||||
osmpbf (1.3.3) UNRELEASED; urgency=low
|
||||
|
||||
* unreleased
|
||||
|
||||
-- Jochen Topf <jochen@topf.org> Wed, 12 Mar 2014 14:17:12 +0100
|
||||
-- Jochen Topf <jochen@topf.org> Sat, 15 Mar 2014 16:10: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.2"
|
||||
#define OSMPBF_VERSION "1.3.3"
|
||||
|
||||
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.2</version>
|
||||
<version>1.3.3</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