From 2ce661ef49a5ae9264b630f57c54f376e503f98e Mon Sep 17 00:00:00 2001 From: Roland Olbricht Date: Fri, 4 Nov 2022 21:29:46 +0100 Subject: [PATCH] Automated commit for release 0.7.59.1 --- 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 b98de34b0..143cf434f 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.59 +distdir = osm-3s_v0.7.59.1 nobase_dist_HEADERS = \ expat/escape_json.h\ diff --git a/src/configure.ac b/src/configure.ac index d9fa1d205..1462a8db9 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.59], [roland@olbricht.nrw]) +AC_INIT([OverpassAPI], [0.7.59.1], [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 81a1d2a20..715e12db2 100644 --- a/src/overpass_api/core/settings.cc +++ b/src/overpass_api/core/settings.cc @@ -99,8 +99,8 @@ Basic_Settings::Basic_Settings() base_directory("./"), logfile_name("transactions.log"), shared_name_base("/osm3s_v0.7.58"), - version("0.7.59"), - source_hash("e21c39febb0606a38d7fead087456ff6c3a0dba4"), + version("0.7.59.1"), + source_hash("2a9d9642eaa7775a716166f1b9fc564e60c06b84"), #ifdef HAVE_LZ4 compression_method(File_Blocks_Index_Base::LZ4_COMPRESSION), #else