From e29b0039fbc278ceda97a7873124e41a15de670c Mon Sep 17 00:00:00 2001 From: Masanori Ogino Date: Wed, 29 Nov 2023 13:09:23 +0900 Subject: [PATCH] Release 2.0.94 This release removes client programs from the tree. You may use uim instead. Signed-off-by: Masanori Ogino --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 958cb7f..d59ed05 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,7 +23,7 @@ cmake_minimum_required(VERSION 3.9) project(sj3 - VERSION 2.0.93 + VERSION 2.0.94 LANGUAGES C )