From c74888906d8d7811f6c23a7a6ac0241f44e0d3ff Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Wed, 25 Oct 2023 14:07:05 +0200 Subject: CMakeLists.txt: set project VERSION --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c89fa03..0b0b0a1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.13.5) option(BUILD_EXAMPLES "Build examples" ON) -project(web C) +project(web C VERSION 0.1.0) add_library(${PROJECT_NAME} handler.c html.c -- cgit v1.2.3