summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2021-10-28 19:29:08 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2021-10-28 19:29:08 -0400
commit1540fdeab96a9a03f874eb93af0870d29d32f73d (patch)
tree5e2c3ac3b16d5387190b173d20ca56d06ce0ac19 /configure.ac
parent3cf695d34bee83e072b267e8d555e14e126b0380 (diff)
downloadlighttpd-git-1540fdeab96a9a03f874eb93af0870d29d32f73d.tar.gz
- next is 1.4.62
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 5220104f..bd9c4517 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.61],[https://redmine.lighttpd.net/projects/lighttpd/boards/2],[lighttpd],[https://www.lighttpd.net/])
+AC_INIT([lighttpd],[1.4.62],[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])