File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
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.62.2
214+ distdir = osm-3s_v0.7.62.3
215215
216216nobase_dist_HEADERS = \
217217 expat/escape_json.h\
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.62.2 ] ,
[ [email protected] ] ) 5+ AC_INIT ( [ OverpassAPI] ,
[ 0.7.62.3 ] ,
[ [email protected] ] ) 66AC_CONFIG_SRCDIR ( [ template_db/file_blocks.h] )
77AC_CONFIG_HEADERS ( [ config.h] )
88AC_CONFIG_MACRO_DIR ( [ m4] )
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.62.2 " ),
106- source_hash(" 58ef4056536017a00501a5f557fea4d0dd7650bd " ),
105+ version(" 0.7.62.3 " ),
106+ source_hash(" 00a720d2239acabccd1c19feb8b17d9607cce823 " ),
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