From 8e4436f4c9b0cec56e1eae797e88c9b5d0f760a5 Mon Sep 17 00:00:00 2001 From: Peter Chapman Date: Mon, 5 Jan 2026 14:12:07 +1300 Subject: [PATCH] Update version to 3.4.8 --- CMakeLists.txt | 2 +- nuget/Thot.nuspec | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 372dec3f..3828b2ed 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ endif() # endif() set(CMAKE_POLICY_DEFAULT_CMP0077 NEW) # set(CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded$<$:Debug>") -project(Thot VERSION 3.4.7 LANGUAGES CXX C) +project(Thot VERSION 3.4.8 LANGUAGES CXX C) list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake") diff --git a/nuget/Thot.nuspec b/nuget/Thot.nuspec index 5918ae64..95fff6d5 100644 --- a/nuget/Thot.nuspec +++ b/nuget/Thot.nuspec @@ -2,7 +2,7 @@ Thot - 3.4.7 + 3.4.8 Thot Daniel Ortiz-Martínez,SIL International sil-lsdev diff --git a/setup.py b/setup.py index 3e46a420..841ab1ce 100644 --- a/setup.py +++ b/setup.py @@ -143,7 +143,7 @@ def build_extension(self, ext): # logic and declaration, and simpler if you include description/version in a file. setup( name="sil-thot", - version="3.4.7", + version="3.4.8", author="SIL International", maintainer="Damien Daspit", maintainer_email="damien_daspit@sil.org",