Version 1.3.3 released

This commit is contained in:
Jochen Topf 2014-03-15 16:11:32 +01:00
parent 5e82288d12
commit 72cd8e5abc
4 changed files with 10 additions and 4 deletions

View File

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

4
debian/changelog vendored
View File

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

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.2"
#define OSMPBF_VERSION "1.3.3"
namespace OSMPBF {

View File

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