diff options
author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-02-10 15:14:36 +0000 |
---|---|---|
committer | Matthew Strapp <matt@mattstrapp.net> | 2025-05-11 14:06:25 -0500 |
commit | 964d47865fdcab37d29d127c6d14ad7dca845e25 (patch) | |
tree | 48e31f741f05ff35aba8de68e5c5109e6d384ce3 /CMakeLists.txt | |
parent | build(deps-dev): bump the nodejs-dependencies group with 2 updates (diff) | |
download | locusts-964d47865fdcab37d29d127c6d14ad7dca845e25.tar locusts-964d47865fdcab37d29d127c6d14ad7dca845e25.tar.gz locusts-964d47865fdcab37d29d127c6d14ad7dca845e25.tar.bz2 locusts-964d47865fdcab37d29d127c6d14ad7dca845e25.tar.lz locusts-964d47865fdcab37d29d127c6d14ad7dca845e25.tar.xz locusts-964d47865fdcab37d29d127c6d14ad7dca845e25.tar.zst locusts-964d47865fdcab37d29d127c6d14ad7dca845e25.zip |
Version Packageschangeset-release/master
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
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) |