aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi92@disroot.org>2026-04-05 12:31:25 +0200
committerXavier Del Campo Romero <xavi92@disroot.org>2026-04-05 13:00:20 +0200
commit509f6458d9a881f01e8a0c62b747af8736cad606 (patch)
tree47b478d836435f31bd999878247b1e9812530abc /CMakeLists.txt
parentfd6379c3e339b2ce37b3369c6d47c0f77a7691d4 (diff)
downloaddynstr-0.1.1.tar.gz
Bump to version 0.1.1HEADv0.1.1master
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 1cd6c0c..eda4ee3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -20,7 +20,7 @@ else()
cmake_minimum_required(VERSION 3.0)
endif()
-project(dynstr LANGUAGES C VERSION 0.1.0)
+project(dynstr LANGUAGES C VERSION 0.1.1)
add_library(${PROJECT_NAME} "dynstr.c")
target_include_directories(${PROJECT_NAME} PUBLIC "include")
install(TARGETS ${PROJECT_NAME})