summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2020-11-29 19:15:06 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2020-11-29 19:15:06 -0500
commitafa6595a7b6940646c560b02c9c40abf7db44c11 (patch)
tree1ec97d72a706ecf85547b69de8c1e1bcd4450299 /configure.ac
parentb8e011d230c206503f072cce0c176da8a938cf00 (diff)
downloadlighttpd-git-afa6595a7b6940646c560b02c9c40abf7db44c11.tar.gz
- next is 1.4.57
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a47980a9..6a1689d3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14,7 +14,7 @@ dnl - if an argument uses more than one line and is not a single
dnl function call, the argument should be on different lines than the
dnl wrapping braces
AC_PREREQ(2.60)
-AC_INIT([lighttpd], [1.4.56], [https://redmine.lighttpd.net/projects/lighttpd/boards/2], [lighttpd], [https://www.lighttpd.net/])
+AC_INIT([lighttpd], [1.4.57], [https://redmine.lighttpd.net/projects/lighttpd/boards/2], [lighttpd], [https://www.lighttpd.net/])
AC_CONFIG_SRCDIR([src/server.c])
AC_CONFIG_HEADER([config.h])
AC_CONFIG_MACRO_DIR([m4])