From 29be4c138ad21c4f4357acf1fba2918a61e6d6bd Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Tue, 29 Oct 2024 15:46:03 -0500 Subject: version de-bump everything Signed-off-by: Matt Strapp --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 45d92b9..e88a3db 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.14) -project(libocusts VERSION 1.0.0 DESCRIPTION "A C library that introduces locusts into your codebase" LANGUAGES C) +project(libocusts VERSION 0.0.0 DESCRIPTION "A C library that introduces locusts into your codebase" LANGUAGES C) include(GNUInstallDirs) -- cgit v1.2.3