Skip to content

Commit d2f02c6

Browse files
committed
Automated commit for release 0.7.62.3
1 parent 00a720d commit d2f02c6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ bin_bbox_brim_query_LDADD = libexpatwrapper.la
211211
bin_translate_xapi_SOURCES = expat/translate_xapi.cc expat/escape_xml.cc
212212
bin_translate_xapi_LDADD =
213213

214-
distdir = osm-3s_v0.7.62.2
214+
distdir = osm-3s_v0.7.62.3
215215

216216
nobase_dist_HEADERS = \
217217
expat/escape_json.h\

src/configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ([2.61])
5-
AC_INIT([OverpassAPI], [0.7.62.2], [[email protected]])
5+
AC_INIT([OverpassAPI], [0.7.62.3], [[email protected]])
66
AC_CONFIG_SRCDIR([template_db/file_blocks.h])
77
AC_CONFIG_HEADERS([config.h])
88
AC_CONFIG_MACRO_DIR([m4])

src/overpass_api/core/settings.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)