From b9ff4ef9bfd9517c296e746191e1956b4fdb294a Mon Sep 17 00:00:00 2001 From: Glenn Strauss Date: Wed, 10 May 2023 17:43:48 -0400 Subject: - next is 1.4.71 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index d06ab75f..7cc5aafb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.7.0 FATAL_ERROR) -project(lighttpd VERSION 1.4.70 LANGUAGES C) +project(lighttpd VERSION 1.4.71 LANGUAGES C) # use C11 with CMake >= 3.1 set(CMAKE_C_STANDARD 11) -- cgit v1.2.1