Skip to content

Commit

Permalink
Merge branch 'ver2.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
MihailJP committed Nov 8, 2020
2 parents fb99dee + d721ef9 commit 808b173
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
8 changes: 4 additions & 4 deletions common/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.68])
AC_INIT(mihajong, 2.3.4, [email protected])
AC_INIT(mihajong, 2.3.5, [email protected])
AC_LIBTOOL_WIN32_DLL
AC_DISABLE_STATIC
lt_cv_deplibs_check_method='pass_all'
Expand Down
5 changes: 5 additions & 0 deletions doc/history.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ Copyright (c) 2008-2013, 2019-2020 MihailJP

バージョン履歴
---------------
### [2.3.5] 2020年11月8日

- 瀬戸内三麻で赤五が正しく設定されないのを修正
- ドキュメント(HTML)の不体裁を修正

### [2.3.4] 2020年10月22日

- 三人打ちで東二局以降の牌姿が記録されないのを修正
Expand Down

0 comments on commit 808b173

Please sign in to comment.