summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2020-12-27 23:36:23 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2020-12-27 23:36:23 -0500
commit693a29fe91a644be3097ccc33923bee8b86ab2d5 (patch)
treef985d811f0bc260457ef33f4a6112cabf811bcee /configure.ac
parent0cb6466541dabea5b7cd1df3e9fd65da1c54a737 (diff)
downloadlighttpd-git-693a29fe91a644be3097ccc33923bee8b86ab2d5.tar.gz
- next is 1.4.59
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 02524953..51995e40 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.58], [https://redmine.lighttpd.net/projects/lighttpd/boards/2], [lighttpd], [https://www.lighttpd.net/])
+AC_INIT([lighttpd], [1.4.59], [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])