summaryrefslogtreecommitdiff
path: root/meson.build
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 /meson.build
parent3cf695d34bee83e072b267e8d555e14e126b0380 (diff)
downloadlighttpd-git-1540fdeab96a9a03f874eb93af0870d29d32f73d.tar.gz
- next is 1.4.62
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 c894a1f5..5739789d 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('lighttpd', 'c', version: '1.4.61', default_options : ['c_std=c11'])
+project('lighttpd', 'c', version: '1.4.62', default_options : ['c_std=c11'])
subdir('src')
subdir('tests')