From 05a5989f9bf29b65af005dd3672faeaf3bffec43 Mon Sep 17 00:00:00 2001 From: Simon Legner Date: Mon, 18 Nov 2024 20:05:30 +0100 Subject: [PATCH] Set shared library version and bump version number to 1.6.0 --- CMakeLists.txt | 2 +- README.md | 2 +- include/osmpbf/osmpbf.h | 2 +- pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 90644c0..71262ad 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.7) -project(osmpbf VERSION 1.5.0) +project(osmpbf VERSION 1.6.0) include(GNUInstallDirs) diff --git a/README.md b/README.md index e8635ec..30bd216 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ We publish the Java library to [Maven Central](https://search.maven.org/): org.openstreetmap.pbf osmpbf - 1.5.0 + 1.6.0 ``` diff --git a/include/osmpbf/osmpbf.h b/include/osmpbf/osmpbf.h index 4611a30..f10b0dc 100644 --- a/include/osmpbf/osmpbf.h +++ b/include/osmpbf/osmpbf.h @@ -18,7 +18,7 @@ // this describes the high-level OSM objects #include // IWYU pragma: export -#define OSMPBF_VERSION "1.5.0" +#define OSMPBF_VERSION "1.6.0" namespace OSMPBF { diff --git a/pom.xml b/pom.xml index f62df19..6f57dd3 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.openstreetmap.pbf osmpbf jar - 1.5.0 + 1.6.0 OSM-Binary Library for the OpenStreetMap PBF format https://github.com/openstreetmap/OSM-binary