From 29325316754b0d1fae6a1b9f69a4c95599be9434 Mon Sep 17 00:00:00 2001 From: Masanori Ogino Date: Thu, 30 Nov 2023 14:33:31 +0900 Subject: [PATCH] Release 2.0.96 This release contains some cleanup changes. Note that sj3serv does not work well at this moment, at least with uim. Still investigating... Signed-off-by: Masanori Ogino --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b059467..015ca5f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,7 +23,7 @@ cmake_minimum_required(VERSION 3.9) project(sj3 - VERSION 2.0.95 + VERSION 2.0.96 LANGUAGES C )