summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2022-06-07 23:36:32 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2022-06-07 23:36:32 -0400
commit40f289b6c3ecf7bc04d2e4a5a464780c09adecdd (patch)
tree3bb4e92438abd20d79f60248e4504b6dfeb9b243 /configure.ac
parent388aad082c5e45575e7d1f866e6fe7acf562e45e (diff)
downloadlighttpd-git-40f289b6c3ecf7bc04d2e4a5a464780c09adecdd.tar.gz
- next is 1.4.66
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 de9e2d61..ec566ae9 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.65],[https://redmine.lighttpd.net/projects/lighttpd/boards/2],[lighttpd],[https://www.lighttpd.net/])
+AC_INIT([lighttpd],[1.4.66],[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])