Skip to content

Commit

Permalink
1.9.8.4 リリース
Browse files Browse the repository at this point in the history
  • Loading branch information
devil-tamachan committed Jan 9, 2016
1 parent 58cdca0 commit 7ca0f47
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 12 deletions.
12 changes: 6 additions & 6 deletions Bz/BZ.rc
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ CAPTION "Bz
FONT 9, "�l�r �o�S�V�b�N", 0, 0, 0x0
BEGIN
ICON IDR_MAINFRAME,IDC_STATIC,11,17,20,20
LTEXT "Binary Editor BZ Version 1.9.8.3",IDC_STATIC,40,10,119,8,SS_NOPREFIX
LTEXT "Binary Editor BZ Version 1.9.8.4",IDC_STATIC,40,10,119,8,SS_NOPREFIX
LTEXT "Copyright (c) 1996-2004 by c.mos",IDC_STATIC,40,25,119,8
DEFPUSHBUTTON "OK",IDOK,178,7,32,14,WS_GROUP
LTEXT "2012-2015 Mod by devil.tamachan@gmail.com",IDC_STATIC,66,36,134,8
LTEXT "2012-2016 Mod by devil.tamachan@gmail.com",IDC_STATIC,66,36,134,8
END

IDD_SETTING DIALOGEX 0, 0, 237, 99
Expand Down Expand Up @@ -468,8 +468,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,9,8,3
PRODUCTVERSION 1,9,8,3
FILEVERSION 1,9,8,4
PRODUCTVERSION 1,9,8,4
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -485,12 +485,12 @@ BEGIN
BLOCK "040904b0"
BEGIN
VALUE "FileDescription", "Binary Editor BZ"
VALUE "FileVersion", "1, 9, 8, 3"
VALUE "FileVersion", "1, 9, 8, 4"
VALUE "InternalName", "Binary Editor BZ"
VALUE "LegalCopyright", "Copyright (c) 1996-2015 by c.mos & tamachan"
VALUE "OriginalFilename", "BZ.EXE"
VALUE "ProductName", "BZ Application"
VALUE "ProductVersion", "1, 9, 8, 3"
VALUE "ProductVersion", "1, 9, 8, 4"
END
END
BLOCK "VarFileInfo"
Expand Down
12 changes: 6 additions & 6 deletions Bz/BZres_us.rc
Original file line number Diff line number Diff line change
Expand Up @@ -243,10 +243,10 @@ CAPTION "About BZ"
FONT 8, "MS Sans Serif", 0, 0, 0x0
BEGIN
ICON IDR_MAINFRAME,IDC_STATIC,11,17,20,20
LTEXT "Binary Editor BZ Version 1.9.8.3",IDC_STATIC,40,10,119,8,SS_NOPREFIX
LTEXT "Binary Editor BZ Version 1.9.8.4",IDC_STATIC,40,10,119,8,SS_NOPREFIX
LTEXT "Copyright (c) 1996-2004 by c.mos",IDC_STATIC,40,25,119,8
DEFPUSHBUTTON "OK",IDOK,178,7,32,14,WS_GROUP
LTEXT "2012-2015 Mod by devil.tamachan@gmail.com",IDC_STATIC,66,36,144,8
LTEXT "2012-2016 Mod by devil.tamachan@gmail.com",IDC_STATIC,66,36,144,8
END

IDD_SETTING DIALOGEX 0, 0, 172, 94
Expand Down Expand Up @@ -504,8 +504,8 @@ IDR_MAINFRAME BITMAP "res\\Toolbar.bmp"
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,9,8,3
PRODUCTVERSION 1,9,8,3
FILEVERSION 1,9,8,4
PRODUCTVERSION 1,9,8,4
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -521,12 +521,12 @@ BEGIN
BLOCK "040904b0"
BEGIN
VALUE "FileDescription", "Binary Editor BZ"
VALUE "FileVersion", "1, 9, 8, 3"
VALUE "FileVersion", "1, 9, 8, 4"
VALUE "InternalName", "BZ"
VALUE "LegalCopyright", "Copyright (c) 1996-2015 by c.mos & tamachan"
VALUE "OriginalFilename", "BZ.EXE"
VALUE "ProductName", "Binary Editor BZ"
VALUE "ProductVersion", "1, 9, 8, 3"
VALUE "ProductVersion", "1, 9, 8, 4"
END
END
BLOCK "VarFileInfo"
Expand Down
4 changes: 4 additions & 0 deletions Bz/BzUpdate.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## CHANGELOG

### 1.9.8.4 2016/01/09 (devil.tamachan@gmail.com)
- (修正) 引数なしだとエラー
- (追加) ビットマップビューのカスタムパレット機能(AzPainter2パレット(.apl)ファイル対応)

### 1.9.8.3 2015/12/31 (devil.tamachan@gmail.com)
- (修正) 高dpiでサイドバー、ミニツールバーの表示が崩れるバグ (Special Thanks! RuRuRu)
- (修正) ミニツールバー / 引数 / ウィンドウ自動調整 のバグ修正
Expand Down

0 comments on commit 7ca0f47

Please sign in to comment.