summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorDominick Allen <djallen@librehumanitas.org>2025-04-06 15:56:55 -0500
committerDominick Allen <djallen@librehumanitas.org>2025-04-06 15:56:55 -0500
commit64f721d4e7d45fdf8965f641ef1ebed25cd5acc4 (patch)
treebfaeada08d9cc7149c29b92655336dea28987683 /CMakeLists.txt
parent1f6ec08ea811c71c5b918a4bc197d319cb66abff (diff)
Remove FormatCharMode from fud::format.HEADmaster
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 27aa6dd..a72b6ca 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -5,7 +5,7 @@ if(${CMAKE_VERSION} VERSION_LESS 3.12)
endif()
project(libfud
- VERSION 0.43.0
+ VERSION 0.44.0
DESCRIPTION "Library of FUD"
LANGUAGES CXX)