Skip to content

Commit 98bef7f

Browse files
committed
- next is 1.4.78
1 parent 4853201 commit 98bef7f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.7.0 FATAL_ERROR)
22

3-
project(lighttpd VERSION 1.4.77 LANGUAGES C)
3+
project(lighttpd VERSION 1.4.78 LANGUAGES C)
44

55
# use C11 with CMake >= 3.1
66
set(CMAKE_C_STANDARD 11)

SConstruct

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ except NameError:
1212
string_types = str
1313

1414
package = 'lighttpd'
15-
version = '1.4.77'
15+
version = '1.4.78'
1616

1717
underscorify_reg = re.compile('[^A-Z0-9]')
1818
def underscorify(id):

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dnl - if an argument uses more than one line and is not a single
1414
dnl function call, the argument should be on different lines than the
1515
dnl wrapping braces
1616
AC_PREREQ([2.60])
17-
AC_INIT([lighttpd],[1.4.77],[https://redmine.lighttpd.net/projects/lighttpd/boards/2],[lighttpd],[https://www.lighttpd.net/])
17+
AC_INIT([lighttpd],[1.4.78],[https://redmine.lighttpd.net/projects/lighttpd/boards/2],[lighttpd],[https://www.lighttpd.net/])
1818
AC_CONFIG_SRCDIR([src/server.c])
1919
AC_CONFIG_HEADERS([config.h])
2020
AC_CONFIG_MACRO_DIR([m4])

meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'lighttpd',
33
'c',
4-
version: '1.4.77',
4+
version: '1.4.78',
55
license: 'BSD-3-Clause',
66
default_options: ['c_std=c11'],
77
meson_version: '>=0.47.0',

0 commit comments

Comments
 (0)