aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2024-08-22 02:04:29 +0200
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2024-08-22 02:27:35 +0200
commit93571556ee97e1a3e1829f8bc708d1d63f188840 (patch)
treefe1c67af0b4176db43ff7f6d8c7f0f8363a4025e /CMakeLists.txt
parent43e89fb23943b5ffb6854f290592c29cd079bf46 (diff)
downloadlibweb-93571556ee97e1a3e1829f8bc708d1d63f188840.tar.gz
Bump version to 0.4.0v0.4.0
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 05c44e7..34dfe40 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 LANGUAGES C VERSION 0.3.0)
+project(web LANGUAGES C VERSION 0.4.0)
add_library(${PROJECT_NAME}
handler.c
html.c