summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2021-10-03 22:46:50 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2021-10-03 22:46:50 -0400
commitd0f176ff6f1cb04e63b8036d13442d7c95cb1641 (patch)
tree28fb7d3e1abb9c2b1da61eed46adf2e3955ed645 /configure.ac
parent1a6fd58e3732145389c6dbcf032ea1a9a4633ee7 (diff)
downloadlighttpd-git-d0f176ff6f1cb04e63b8036d13442d7c95cb1641.tar.gz
- next is 1.4.61
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 8989d724..5028d9e5 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.60],[https://redmine.lighttpd.net/projects/lighttpd/boards/2],[lighttpd],[https://www.lighttpd.net/])
+AC_INIT([lighttpd],[1.4.61],[https://redmine.lighttpd.net/projects/lighttpd/boards/2],[lighttpd],[https://www.lighttpd.net/])
AC_CONFIG_SRCDIR([src/server.c])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])