aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2024-02-19 23:29:01 +0100
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2024-02-19 23:33:27 +0100
commitb4930f72bb9026c5a0871f4fa4cabe20cb0e6a9f (patch)
treebb77bd9d6b7e161ce06775127c90198df28a0c90 /CMakeLists.txt
parentd9836a5b42337fffc61dab176105fc68547695aa (diff)
Bump version to 0.3.0v0.3.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 8568353..05c44e7 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.2.0)
+project(web LANGUAGES C VERSION 0.3.0)
add_library(${PROJECT_NAME}
handler.c
html.c