summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2020-12-17 04:31:59 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2020-12-17 04:31:59 -0500
commitae77d8ae6e705352d72674acdeae863be3258bdd (patch)
treef04aa7655c9dcfa57670269781de9c103d808b4d /configure.ac
parent91250ee0bda79f6616cfa5e4dd1ec195f732527e (diff)
downloadlighttpd-git-ae77d8ae6e705352d72674acdeae863be3258bdd.tar.gz
- next is 1.4.58
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 f8abb48d..6dad30dc 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.57], [https://redmine.lighttpd.net/projects/lighttpd/boards/2], [lighttpd], [https://www.lighttpd.net/])
+AC_INIT([lighttpd], [1.4.58], [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])