aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2021-07-19 14:19:56 +0200
committerOmar Polo <op@omarpolo.com>2021-07-19 14:19:56 +0200
commit545e546ea47ec3605687b7e11e1e64cfed88b98e (patch)
tree3544ee7f90a9f8acd7d4fa89325460d635e1e6f1 /configure
parentc735175beae1ea085ae93797bf08341680b47565 (diff)
tag 1.7.21.7.2
This version incudes the following bugfix: - An un-initialized field in the configless code path leads to a crash on the first request. and the relative regression test
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index f8467fc..35346bf 100755
--- a/configure
+++ b/configure
@@ -34,7 +34,7 @@ echo "file config.log: writing..."
# default settings: initialize all vars here such that nothing is
# leaked from the environment except for CC, CFLAGS and LDFLAGS
-VERSION=1.7.1
+VERSION=1.7.2
CC=`printf "all:\\n\\t@echo \\\$(CC)\\n" | make ${MAKE_FLAGS} -sf -`