1.3.1 Release

This commit is contained in:
Jochen Topf 2013-12-11 21:49:36 +01:00
parent 0d9ce00257
commit 38323f8a56
4 changed files with 15 additions and 2 deletions

View File

@ -1,3 +1,10 @@
----------------------------------------
Release notes for 1.3.1 -- 2013-12-11
----------------------------------------
Several building fixes and enhancements.
----------------------------------------
Release notes for 1.3.0 -- 2012-12-04
----------------------------------------

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
libosmpbf-dev (1.3.1) maverick; urgency=low
* Several building fixes and enhancements
-- Jochen Topf <jochen@topf.org> Wed, 11 Dec 2013 21:46:12 +0100
libosmpbf-dev (1.3.0) maverick; urgency=low
* Added fields into OSMHeader for OSM replication.

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

View File

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