diff --git a/src/Makefile.am b/src/Makefile.am index 69dec7f2a..0c8d29c9c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -212,7 +212,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.60.6 +distdir = osm-3s_v0.7.61 nobase_dist_HEADERS = \ expat/escape_json.h\ diff --git a/src/configure.ac b/src/configure.ac index 3f19f1bb3..0fdf97d6d 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.60.6], [roland@olbricht.nrw]) +AC_INIT([OverpassAPI], [0.7.61], [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 cb6e259e8..188c5b58b 100644 --- a/src/overpass_api/core/settings.cc +++ b/src/overpass_api/core/settings.cc @@ -103,7 +103,7 @@ Basic_Settings::Basic_Settings() client_logfile_name("transactions.log"), shared_name_base("/osm3s"), version("0.7.61"), - source_hash("e2dc3e5b4b9ebbc314b210b8fdeb4a9f960a2b84"), + source_hash("980f009235975507f3fd9997d14c836935b36976"), #ifdef HAVE_LZ4 compression_method(File_Blocks_Index_Base::LZ4_COMPRESSION), #else