Set shared library version and bump version number to 1.6.0

This commit is contained in:
Simon Legner 2024-11-18 20:05:30 +01:00
parent a8c4dd1c11
commit 05a5989f9b
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.7)
project(osmpbf VERSION 1.5.0)
project(osmpbf VERSION 1.6.0)
include(GNUInstallDirs)

View File

@ -27,7 +27,7 @@ We publish the Java library to [Maven Central](https://search.maven.org/):
<dependency>
<groupId>org.openstreetmap.pbf</groupId>
<artifactId>osmpbf</artifactId>
<version>1.5.0</version>
<version>1.6.0</version>
</dependency>
```

View File

@ -18,7 +18,7 @@
// this describes the high-level OSM objects
#include <osmpbf/osmformat.pb.h> // IWYU pragma: export
#define OSMPBF_VERSION "1.5.0"
#define OSMPBF_VERSION "1.6.0"
namespace OSMPBF {

View File

@ -6,7 +6,7 @@
<groupId>org.openstreetmap.pbf</groupId>
<artifactId>osmpbf</artifactId>
<packaging>jar</packaging>
<version>1.5.0</version>
<version>1.6.0</version>
<name>OSM-Binary</name>
<description>Library for the OpenStreetMap PBF format</description>
<url>https://github.com/openstreetmap/OSM-binary</url>