summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2022-01-19 13:18:39 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2022-01-19 13:18:39 -0500
commit2a683cf25d790daba51d78b9843392db2f91d1bb (patch)
tree71bc77851a73124ffb0a65f0f8b61b84792effcb /configure.ac
parent73bd6b41d3f8608663e93962cbb60832a457a415 (diff)
downloadlighttpd-git-2a683cf25d790daba51d78b9843392db2f91d1bb.tar.gz
- next is 1.4.65
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 1e1539bb..27d477e7 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.64],[https://redmine.lighttpd.net/projects/lighttpd/boards/2],[lighttpd],[https://www.lighttpd.net/])
+AC_INIT([lighttpd],[1.4.65],[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])