diff --git a/src/Makefile.am b/src/Makefile.am index a2e0dd13..faf3d761 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.61.8 +distdir = osm-3s_v0.7.62 nobase_dist_HEADERS = \ expat/escape_json.h\ @@ -363,8 +363,8 @@ EXTRA_DIST = \ rules/areas_delta.osm3s # Put test-bin here and test-bin/Makefile in configure.ac to activate test-bin -#SUBDIRS = test-bin -SUBDIRS = +SUBDIRS = test-bin +#SUBDIRS = AM_CXXFLAGS = -std=c++11 diff --git a/src/configure.ac b/src/configure.ac index 122e35b6..4d9e334b 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.61.8], [roland@olbricht.nrw]) +AC_INIT([OverpassAPI], [0.7.62], [roland@olbricht.nrw]) AC_CONFIG_SRCDIR([template_db/file_blocks.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([m4]) @@ -73,7 +73,7 @@ fi AC_SUBST(COMPRESS_LIBS, ["$COMPRESS_LIBS"]) -#AC_CONFIG_FILES([Makefile test-bin/Makefile]) -AC_CONFIG_FILES([Makefile]) +AC_CONFIG_FILES([Makefile test-bin/Makefile]) +#AC_CONFIG_FILES([Makefile]) AC_OUTPUT AC_SYS_LARGEFILE diff --git a/src/overpass_api/core/settings.cc b/src/overpass_api/core/settings.cc index d565ba66..f00dd87a 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.61.8"), - source_hash("b1080abdab2cc256ca324ff29df3e1ba3861bae3"), + version("0.7.62"), + source_hash("7c32a7d5d2eb05d3078b2b6736d177ed7d71cd69"), #ifdef HAVE_LZ4 compression_method(File_Blocks_Index_Base::LZ4_COMPRESSION), #else