Skip to content

Commit a0db4f3

Browse files
committed
Automated commit for release 0.7.62
1 parent 7c32a7d commit a0db4f3

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

src/Makefile.am

Lines changed: 3 additions & 3 deletions
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.61.8
214+
distdir = osm-3s_v0.7.62
215215

216216
nobase_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

369369
AM_CXXFLAGS = -std=c++11
370370

src/configure.ac

Lines changed: 3 additions & 3 deletions
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.61.8], [roland@olbricht.nrw])
5+
AC_INIT([OverpassAPI], [0.7.62], [roland@olbricht.nrw])
66
AC_CONFIG_SRCDIR([template_db/file_blocks.h])
77
AC_CONFIG_HEADERS([config.h])
88
AC_CONFIG_MACRO_DIR([m4])
@@ -73,7 +73,7 @@ fi
7373

7474
AC_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])
7878
AC_OUTPUT
7979
AC_SYS_LARGEFILE

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.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

0 commit comments

Comments
 (0)