summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominick Allen <djallen@librehumanitas.org>2024-10-02 19:56:19 -0500
committerDominick Allen <djallen@librehumanitas.org>2024-10-02 19:56:19 -0500
commit167187c4438db1a8612580e627019e8ab311ae46 (patch)
treeddee9c93cb12129db1192572064cc8248821ec8c
parentf7eede23de6f78b2b33b477b2b4c5451141825d5 (diff)
Set version of fud lib to 0.42.0. Not stable yet.
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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)