From d721ef9a01505bf1656f4f4a7c72cfadb528ae88 Mon Sep 17 00:00:00 2001 From: MihailJP Date: Sun, 8 Nov 2020 16:14:48 +0900 Subject: [PATCH] Version 2.3.5 --- common/version.h | 8 ++++---- configure.ac | 2 +- doc/history.md | 5 +++++ 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/common/version.h b/common/version.h index ed4fef3a..f053ce34 100644 --- a/common/version.h +++ b/common/version.h @@ -2,13 +2,13 @@ #define MIHAJONG_MAJOR_VER 2 #define MIHAJONG_MINOR_VER 3 -#define MIHAJONG_PATCH_VER 4 -#define MIHAJONG_VER "2.3.4" +#define MIHAJONG_PATCH_VER 5 +#define MIHAJONG_VER "2.3.5" #define MJCORE_MAJOR_VER 2 #define MJCORE_MINOR_VER 3 -#define MJCORE_PATCH_VER 4 -#define MJCORE_VER "2.3.4" +#define MJCORE_PATCH_VER 5 +#define MJCORE_VER "2.3.5" #define LOGGER_MAJOR_VER 2 #define LOGGER_MINOR_VER 3 diff --git a/configure.ac b/configure.ac index db315863..7e92290a 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.68]) -AC_INIT(mihajong, 2.3.4, mihailjp@gmail.com) +AC_INIT(mihajong, 2.3.5, mihailjp@gmail.com) AC_LIBTOOL_WIN32_DLL AC_DISABLE_STATIC lt_cv_deplibs_check_method='pass_all' diff --git a/doc/history.md b/doc/history.md index 3f873d2e..6ad5006a 100644 --- a/doc/history.md +++ b/doc/history.md @@ -5,6 +5,11 @@ Copyright (c) 2008-2013, 2019-2020 MihailJP バージョン履歴 --------------- +### [2.3.5] 2020年11月8日 + +- 瀬戸内三麻で赤五が正しく設定されないのを修正 +- ドキュメント(HTML)の不体裁を修正 + ### [2.3.4] 2020年10月22日 - 三人打ちで東二局以降の牌姿が記録されないのを修正