Skip to content

Commit

Permalink
Update version to 3.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ddaspit committed Nov 21, 2023
1 parent c839242 commit 050ea96
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if(POLICY CMP0127)
endif()
set(CMAKE_POLICY_DEFAULT_CMP0077 NEW)
# set(CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")
project(Thot VERSION 3.4.1 LANGUAGES CXX C)
project(Thot VERSION 3.4.2 LANGUAGES CXX C)

list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")

Expand Down
2 changes: 1 addition & 1 deletion nuget/Thot.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>Thot</id>
<version>3.4.1</version>
<version>3.4.2</version>
<title>Thot</title>
<authors>Daniel Ortiz-Martínez,SIL International</authors>
<owners>sil-lsdev</owners>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,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.1",
version="3.4.2",
author="SIL International",
maintainer="Damien Daspit",
maintainer_email="damien_daspit@sil.org",
Expand Down

0 comments on commit 050ea96

Please sign in to comment.