From d2f02c655ac7ced68bbd7c33b4b69844b881d5b9 Mon Sep 17 00:00:00 2001 From: Roland Olbricht Date: Wed, 20 Nov 2024 22:13:04 +0100 Subject: [PATCH] Automated commit for release 0.7.62.3 --- 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 a4b466cc..f3328ea7 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -211,7 +211,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.62.2 +distdir = osm-3s_v0.7.62.3 nobase_dist_HEADERS = \ expat/escape_json.h\ diff --git a/src/configure.ac b/src/configure.ac index e4df5116..ff30df6f 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.62.2], [roland@olbricht.nrw]) +AC_INIT([OverpassAPI], [0.7.62.3], [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 c066f721..7771c60e 100644 --- a/src/overpass_api/core/settings.cc +++ b/src/overpass_api/core/settings.cc @@ -102,8 +102,8 @@ Basic_Settings::Basic_Settings() db_logfile_name("database.log"), client_logfile_name("transactions.log"), shared_name_base("/osm3s"), - version("0.7.62.2"), - source_hash("58ef4056536017a00501a5f557fea4d0dd7650bd"), + version("0.7.62.3"), + source_hash("00a720d2239acabccd1c19feb8b17d9607cce823"), #ifdef HAVE_LZ4 compression_method(File_Blocks_Index_Base::LZ4_COMPRESSION), #else