diff --git a/src/Makefile.am b/src/Makefile.am index 088645201..b98de34b0 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.5 +distdir = osm-3s_v0.7.59 nobase_dist_HEADERS = \ expat/escape_json.h\ diff --git a/src/configure.ac b/src/configure.ac index 850b222b6..d9fa1d205 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.5], [roland@olbricht.nrw]) +AC_INIT([OverpassAPI], [0.7.59], [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 1013c4a5a..81a1d2a20 100644 --- a/src/overpass_api/core/settings.cc +++ b/src/overpass_api/core/settings.cc @@ -100,7 +100,7 @@ Basic_Settings::Basic_Settings() logfile_name("transactions.log"), shared_name_base("/osm3s_v0.7.58"), version("0.7.59"), - source_hash("4f7e2b3b87ff98dc98f61d4f01b2127578d79aef"), + source_hash("e21c39febb0606a38d7fead087456ff6c3a0dba4"), #ifdef HAVE_LZ4 compression_method(File_Blocks_Index_Base::LZ4_COMPRESSION), #else