From 44246a431313ad2af05e4dd30d9db0049c183382 Mon Sep 17 00:00:00 2001 From: Roland Olbricht Date: Wed, 20 Jul 2022 12:50:57 +0200 Subject: [PATCH] Automated commit for release 0.7.58.5 --- src/Makefile.am | 2 +- src/configure.ac | 2 +- src/overpass_api/core/settings.cc | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 42d2e4ed8..a8a3abcbf 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -210,7 +210,7 @@ bin_bbox_brim_query_LDADD = libexpatwrapper.la bin_translate_xapi_SOURCES = expat/translate_xapi.cc expat/escape_xml.cc bin_translate_xapi_LDADD = -distdir = osm-3s_v0.7.58.4 +distdir = osm-3s_v0.7.58.5 nobase_dist_HEADERS = \ expat/escape_json.h\ diff --git a/src/configure.ac b/src/configure.ac index 9726effb7..850b222b6 100644 --- a/src/configure.ac +++ b/src/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.61]) -AC_INIT([OverpassAPI], [0.7.58.4], [roland@olbricht.nrw]) +AC_INIT([OverpassAPI], [0.7.58.5], [roland@olbricht.nrw]) AC_CONFIG_SRCDIR([template_db/file_blocks.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/src/overpass_api/core/settings.cc b/src/overpass_api/core/settings.cc index 94a758408..40491f451 100644 --- a/src/overpass_api/core/settings.cc +++ b/src/overpass_api/core/settings.cc @@ -96,8 +96,8 @@ Basic_Settings::Basic_Settings() base_directory("./"), logfile_name("transactions.log"), shared_name_base("/osm3s_v0.7.58"), - version("0.7.58.4"), - source_hash("b0e83fa7aa8cc3e55f474ccf01d75cccf814477d"), + version("0.7.58.5"), + source_hash("b0c4acbb1aca720244f95d62ad14fc85fb12467e"), #ifdef HAVE_LZ4 compression_method(File_Blocks_Index< Uint31_Index >::LZ4_COMPRESSION), #else