From f2b77e43749bdcf2ba9eb406d669a0f6364db88e Mon Sep 17 00:00:00 2001 From: Masanori Ogino Date: Mon, 27 Nov 2023 11:53:14 +0900 Subject: [PATCH] Fix version number Signed-off-by: Masanori Ogino --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d6d38b3..385b187 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.5) project(sj3 - VERSION 2.0.99 + VERSION 2.0.91 LANGUAGES C )