From 167187c4438db1a8612580e627019e8ab311ae46 Mon Sep 17 00:00:00 2001 From: Dominick Allen Date: Wed, 2 Oct 2024 19:56:19 -0500 Subject: Set version of fud lib to 0.42.0. Not stable yet. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 1f14216..2bbd779 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ if(${CMAKE_VERSION} VERSION_LESS 3.12) endif() project(libfud - VERSION 1.0.0 + VERSION 0.42.0 DESCRIPTION "Library of FUD" LANGUAGES CXX C) -- cgit v1.2.3