Skip to content

Commit

Permalink
バージョン番号を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
MihailJP committed May 17, 2013
1 parent 220ba55 commit 6395c92
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 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 0
#define MIHAJONG_PATCH_VER 2
#define MIHAJONG_VER "2.0.2"
#define MIHAJONG_PATCH_VER 3
#define MIHAJONG_VER "2.0.3"

#define MJCORE_MAJOR_VER 2
#define MJCORE_MINOR_VER 0
#define MJCORE_PATCH_VER 2
#define MJCORE_VER "2.0.2"
#define MJCORE_PATCH_VER 3
#define MJCORE_VER "2.0.3"

#define LOGGER_MAJOR_VER 2
#define LOGGER_MINOR_VER 0
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.0.2, mihailjp@gmail.com)
AC_INIT(mihajong, 2.0.3, mihailjp@gmail.com)
AC_LIBTOOL_WIN32_DLL
AC_DISABLE_STATIC
lt_cv_deplibs_check_method='pass_all'
Expand Down
9 changes: 8 additions & 1 deletion doc/history.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,16 @@

■ バージョン履歴

▼ [2.0.3] 2013年5月17日

※Linux版のみのアップデートです。Windows版には影響ありません。

 牌譜の出力ファイル名がLinuxでおかしくなるのを修正。
 XMLのタイムゾーン部分の出力で異常なものを出力してしまうのを修正。

▼ [2.0.2] 2013年5月14日

 奥の位や京の位で繰り下がりが正しく行われないのを修正
 億の位や京の位で繰り下がりが正しく行われないのを修正
 持ち点・返し点のカスタム設定を追加。
 ウマのカスタム設定を実装。
 Linuxでコンパイルエラーになるのを修正。
Expand Down

0 comments on commit 6395c92

Please sign in to comment.