From c2932d04f7eb79c830d9c20f0d85b70fccf2cd47 Mon Sep 17 00:00:00 2001 From: Glenn Strauss Date: Tue, 3 Jan 2023 08:38:42 -0500 Subject: - next is 1.4.69 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 8845104c..e77bcf54 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.68 LANGUAGES C) +project(lighttpd VERSION 1.4.69 LANGUAGES C) # use C11 with CMake >= 3.1 set(CMAKE_C_STANDARD 11) -- cgit v1.2.1