From 8c235403de4b71028dbb9f2e7e502dd3775530ee Mon Sep 17 00:00:00 2001 From: Masanori Ogino Date: Wed, 29 Nov 2023 23:00:17 +0900 Subject: [PATCH] Release 2.0.95 This release removes Transport Layer Interface (TLI) support. It also contains some cleanup changes. Signed-off-by: Masanori Ogino --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 409f209..e0e56e2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -32,7 +32,7 @@ configure_file( include_directories("${CMAKE_BINARY_DIR}") project(sj3 - VERSION 2.0.94 + VERSION 2.0.95 LANGUAGES C )