Skip to content

Commit

Permalink
Automated commit for release 0.7.59.1
Browse files Browse the repository at this point in the history
  • Loading branch information
drolbr committed Nov 4, 2022
1 parent 2a9d964 commit 2ce661e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,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.59
distdir = osm-3s_v0.7.59.1

nobase_dist_HEADERS = \
expat/escape_json.h\
Expand Down
2 changes: 1 addition & 1 deletion src/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.61])
AC_INIT([OverpassAPI], [0.7.59], [roland@olbricht.nrw])
AC_INIT([OverpassAPI], [0.7.59.1], [roland@olbricht.nrw])
AC_CONFIG_SRCDIR([template_db/file_blocks.h])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])
Expand Down
4 changes: 2 additions & 2 deletions src/overpass_api/core/settings.cc
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ Basic_Settings::Basic_Settings()
base_directory("./"),
logfile_name("transactions.log"),
shared_name_base("/osm3s_v0.7.58"),
version("0.7.59"),
source_hash("e21c39febb0606a38d7fead087456ff6c3a0dba4"),
version("0.7.59.1"),
source_hash("2a9d9642eaa7775a716166f1b9fc564e60c06b84"),
#ifdef HAVE_LZ4
compression_method(File_Blocks_Index_Base::LZ4_COMPRESSION),
#else
Expand Down

0 comments on commit 2ce661e

Please sign in to comment.