From 6d21a53be7467b8f5d564ea2e22ebe0913e5dfac Mon Sep 17 00:00:00 2001 From: Peter Chapman Date: Wed, 19 Aug 2026 07:19:39 +1200 Subject: [PATCH] Update version to 3.5.2 --- 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 bebd3ff2..f6d4bb2e 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.5.1 LANGUAGES CXX C) +project(Thot VERSION 3.5.2 LANGUAGES CXX C) list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake") diff --git a/nuget/Thot.nuspec b/nuget/Thot.nuspec index b38d93a1..0987ba3d 100644 --- a/nuget/Thot.nuspec +++ b/nuget/Thot.nuspec @@ -2,7 +2,7 @@ Thot - 3.5.1 + 3.5.2 Thot Daniel Ortiz-Martínez,SIL International sil-lsdev diff --git a/setup.py b/setup.py index 79000a5e..25ec7cc1 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.5.1", + version="3.5.2", author="SIL International", maintainer="Damien Daspit", maintainer_email="damien_daspit@sil.org",