summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2021-12-02 00:23:13 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2021-12-02 00:23:13 -0500
commitf4143d957eff8e9a8b4228845215e8c72b31ed96 (patch)
treebb1410711e08a818dbd1cc3f2f11a81890a8da42 /configure.ac
parenta8c939273b09f31e32a75154774f7a33fb40e8fe (diff)
downloadlighttpd-git-f4143d957eff8e9a8b4228845215e8c72b31ed96.tar.gz
- next is 1.4.63
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 444fea3d..806347bc 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.62],[https://redmine.lighttpd.net/projects/lighttpd/boards/2],[lighttpd],[https://www.lighttpd.net/])
+AC_INIT([lighttpd],[1.4.63],[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])