summaryrefslogtreecommitdiff
path: root/meson.build
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 /meson.build
parent73bd6b41d3f8608663e93962cbb60832a457a415 (diff)
downloadlighttpd-git-2a683cf25d790daba51d78b9843392db2f91d1bb.tar.gz
- next is 1.4.65
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 353ccf31..ae60406b 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('lighttpd', 'c', version: '1.4.64', default_options : ['c_std=c11'])
+project('lighttpd', 'c', version: '1.4.65', default_options : ['c_std=c11'])
subdir('src')
subdir('tests')