Skip to content

Commit

Permalink
Version 2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
MihailJP committed Oct 22, 2020
1 parent cfd58f8 commit ef6ded0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
12 changes: 6 additions & 6 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 3
#define MIHAJONG_VER "2.3.3"
#define MIHAJONG_PATCH_VER 4
#define MIHAJONG_VER "2.3.4"

#define MJCORE_MAJOR_VER 2
#define MJCORE_MINOR_VER 3
#define MJCORE_PATCH_VER 3
#define MJCORE_VER "2.3.3"
#define MJCORE_PATCH_VER 4
#define MJCORE_VER "2.3.4"

#define LOGGER_MAJOR_VER 2
#define LOGGER_MINOR_VER 3
Expand All @@ -32,8 +32,8 @@

#define GRAPHIC_MAJOR_VER 2
#define GRAPHIC_MINOR_VER 3
#define GRAPHIC_PATCH_VER 3
#define GRAPHIC_VER "2.3.3"
#define GRAPHIC_PATCH_VER 4
#define GRAPHIC_VER "2.3.4"

#define CONFIG_MAJOR_VER 2
#define CONFIG_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.0, [email protected])
AC_INIT(mihajong, 2.3.4, [email protected])
AC_LIBTOOL_WIN32_DLL
AC_DISABLE_STATIC
lt_cv_deplibs_check_method='pass_all'
Expand Down
6 changes: 6 additions & 0 deletions doc/history.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ Copyright (c) 2008-2013, 2019-2020 MihailJP

バージョン履歴
---------------
### [2.3.4] 2020年10月22日

- 三人打ちで東二局以降の牌姿が記録されないのを修正
- 三人打ちで抜きドラありの場合に残り牌が4枚少なく表示されるのを修正
- 青天井ルールで13翻扱いにした役満の名前が表示されないのを修正

### [2.3.3] 2020年10月9日

- 吃三辺、吃四辺、吃小順、吃大順が正しく判定されていなかったのを修正
Expand Down

0 comments on commit ef6ded0

Please sign in to comment.