File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -211,7 +211,7 @@ bin_bbox_brim_query_LDADD = libexpatwrapper.la
211211bin_translate_xapi_SOURCES = expat/translate_xapi.cc expat/escape_xml.cc
212212bin_translate_xapi_LDADD =
213213
214- distdir = osm-3s_v0.7.61.8
214+ distdir = osm-3s_v0.7.62
215215
216216nobase_dist_HEADERS = \
217217 expat/escape_json.h\
@@ -363,8 +363,8 @@ EXTRA_DIST = \
363363 rules/areas_delta.osm3s
364364
365365# Put test-bin here and test-bin/Makefile in configure.ac to activate test-bin
366- # SUBDIRS = test-bin
367- SUBDIRS =
366+ SUBDIRS = test-bin
367+ # SUBDIRS =
368368
369369AM_CXXFLAGS = -std=c++11
370370
Original file line number Diff line number Diff line change 22# Process this file with autoconf to produce a configure script.
33
44AC_PREREQ ( [ 2.61] )
5- AC_INIT ( [ OverpassAPI] , [ 0.7.61.8 ] , [ roland@olbricht.nrw] )
5+ AC_INIT ( [ OverpassAPI] , [ 0.7.62 ] , [ roland@olbricht.nrw] )
66AC_CONFIG_SRCDIR ( [ template_db/file_blocks.h] )
77AC_CONFIG_HEADERS ( [ config.h] )
88AC_CONFIG_MACRO_DIR ( [ m4] )
7373
7474AC_SUBST ( COMPRESS_LIBS , [ "$COMPRESS_LIBS"] )
7575
76- # AC_CONFIG_FILES([Makefile test-bin/Makefile])
77- AC_CONFIG_FILES ( [ Makefile] )
76+ AC_CONFIG_FILES ( [ Makefile test-bin/Makefile] )
77+ # AC_CONFIG_FILES([Makefile])
7878AC_OUTPUT
7979AC_SYS_LARGEFILE
Original file line number Diff line number Diff line change @@ -102,8 +102,8 @@ Basic_Settings::Basic_Settings()
102102 db_logfile_name(" database.log" ),
103103 client_logfile_name(" transactions.log" ),
104104 shared_name_base(" /osm3s" ),
105- version(" 0.7.61.8 " ),
106- source_hash(" b1080abdab2cc256ca324ff29df3e1ba3861bae3 " ),
105+ version(" 0.7.62 " ),
106+ source_hash(" 7c32a7d5d2eb05d3078b2b6736d177ed7d71cd69 " ),
107107#ifdef HAVE_LZ4
108108 compression_method (File_Blocks_Index_Base::LZ4_COMPRESSION),
109109#else
You can’t perform that action at this time.
0 commit comments