aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2025-10-31 19:39:13 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2025-10-31 19:39:13 +0000
commit15035226756c1aade2bde8b98fb1650986d0d793 (patch)
treeb234d840bf36aa9ad7708d112f27d1e0addaeb7c /CMakeLists.txt
parentlet deno tests run (diff)
downloadlocusts-15035226756c1aade2bde8b98fb1650986d0d793.tar
locusts-15035226756c1aade2bde8b98fb1650986d0d793.tar.gz
locusts-15035226756c1aade2bde8b98fb1650986d0d793.tar.bz2
locusts-15035226756c1aade2bde8b98fb1650986d0d793.tar.lz
locusts-15035226756c1aade2bde8b98fb1650986d0d793.tar.xz
locusts-15035226756c1aade2bde8b98fb1650986d0d793.tar.zst
locusts-15035226756c1aade2bde8b98fb1650986d0d793.zip
Version Packageschangeset-release/master
Diffstat (limited to '')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e88a3db..45d92b9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.14)
-project(libocusts VERSION 0.0.0 DESCRIPTION "A C library that introduces locusts into your codebase" LANGUAGES C)
+project(libocusts VERSION 1.0.0 DESCRIPTION "A C library that introduces locusts into your codebase" LANGUAGES C)
include(GNUInstallDirs)