1.3.1 Release
This commit is contained in:
parent
0d9ce00257
commit
38323f8a56
|
|
@ -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
|
||||
----------------------------------------
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
||||
|
|
|
|||
2
pom.xml
2
pom.xml
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue