diff --git a/src/Makefile.am b/src/Makefile.am index f3328ea7..febfbcd2 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.3 +distdir = osm-3s_v0.7.62.4 nobase_dist_HEADERS = \ expat/escape_json.h\ diff --git a/src/configure.ac b/src/configure.ac index ff30df6f..5b82c0fe 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.3], [roland@olbricht.nrw]) +AC_INIT([OverpassAPI], [0.7.62.4], [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 7771c60e..6c28b6cd 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.3"), - source_hash("00a720d2239acabccd1c19feb8b17d9607cce823"), + version("0.7.62.4"), + source_hash("2390de5af7ab52efe1f4d6b860779354d1785e70"), #ifdef HAVE_LZ4 compression_method(File_Blocks_Index_Base::LZ4_COMPRESSION), #else