Skip to content

Commit a7d2d67

Browse files
committed
version up to 4.5
1 parent e6126cc commit a7d2d67

7 files changed

+24
-24
lines changed

installer.iss

+5-5
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
AppId={{AF7494D1-406F-4D04-A8FE-8F9DAB97F611}
1414
AppName=RisohEditor
15-
AppVerName=RisohEditor 4.4
15+
AppVerName=RisohEditor 4.5
1616
AppPublisher=Katayama Hirofumi MZ
1717
AppPublisherURL=http://katahiromz.web.fc2.com/
1818
AppSupportURL=http://katahiromz.web.fc2.com/
@@ -22,7 +22,7 @@ DefaultGroupName=RisohEditor
2222
AllowNoIcons=yes
2323
LicenseFile=LICENSE.txt
2424
OutputDir=.
25-
OutputBaseFilename=risoheditor-4.4-setup
25+
OutputBaseFilename=risoheditor-4.5-setup
2626
SetupIconFile=src\res\RisohEditor.ico
2727
Compression=lzma
2828
SolidCompression=yes
@@ -31,9 +31,9 @@ VersionInfoCompany=Katayama Hirofumi MZ
3131
VersionInfoCopyright=Copyright (C) 2017-2018 Katayama Hirofumi MZ.
3232
VersionInfoDescription=Win32 Resource Editor
3333
VersionInfoProductName=RisohEditor
34-
VersionInfoProductTextVersion=4.4
35-
VersionInfoProductVersion=4.4
36-
VersionInfoVersion=4.4
34+
VersionInfoProductTextVersion=4.5
35+
VersionInfoProductVersion=4.5
36+
VersionInfoVersion=4.5
3737

3838
[Languages]
3939
Name: "japanese"; MessagesFile: "compiler:Languages\Japanese.isl"

pack.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
################################################################################
2020

2121
# TODO: Update the version number
22-
RE_VERSION=4.4
22+
RE_VERSION=4.5
2323
RE_BIN_DIR="build/re-$RE_VERSION-bin"
2424
RE_FILES="README.txt READMEJP.txt LICENSE.txt Standardize.md HYOJUNKA.txt src/resource.h build/RisohEditor.exe mcdx/MESSAGETABLEDX.md"
2525
RE_TARGET="build/re-$RE_VERSION-bin.zip"

src/RisohEditor.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ HBITMAP CreateBitmapFromIconDx(HICON hIcon, INT width, INT height, BOOL bCursor)
126126
////////////////////////////////////////////////////////////////////////////
127127

128128
// TODO: Update the version number
129-
#define RE_VERSION "4.4"
129+
#define RE_VERSION "4.5"
130130

131131
////////////////////////////////////////////////////////////////////////////
132132

src/RisohEditor_res.rc

+8-8
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ IDR_UNKNOWNRESID 999 "res/999.bin"
8585

8686
// TODO: Update the version numbers
8787
VS_VERSION_INFO VERSIONINFO
88-
FILEVERSION 4, 4, 0, 0
89-
PRODUCTVERSION 4, 4, 0, 0
88+
FILEVERSION 4, 5, 0, 0
89+
PRODUCTVERSION 4, 5, 0, 0
9090
FILEOS VOS_NT_WINDOWS32
9191
FILETYPE VFT_APP
9292
{
@@ -98,10 +98,10 @@ FILETYPE VFT_APP
9898
{
9999
VALUE "CompanyName", "Katayama Hirofumi MZ\0"
100100
VALUE "FileDescription", "RisohEditor\0"
101-
VALUE "FileVersion", "4.4\0"
101+
VALUE "FileVersion", "4.5\0"
102102
VALUE "LegalCopyright", "Copyright (C) 2017-2018 Katayama Hirofumi MZ. All rights reserved.\0"
103103
VALUE "ProductName", "RisohEditor\0"
104-
VALUE "ProductVersion", "4.4\0"
104+
VALUE "ProductVersion", "4.5\0"
105105
}
106106
}
107107
#endif
@@ -113,10 +113,10 @@ FILETYPE VFT_APP
113113
{
114114
VALUE "CompanyName", "片山博文MZ\0"
115115
VALUE "FileDescription", "RisohEditor\0"
116-
VALUE "FileVersion", "4.4\0"
116+
VALUE "FileVersion", "4.5\0"
117117
VALUE "LegalCopyright", "Copyright (C) 2017-2018 片山博文MZ and 林鸿湘. 版权所有.\0"
118118
VALUE "ProductName", "RisohEditor\0"
119-
VALUE "ProductVersion", "4.4\0"
119+
VALUE "ProductVersion", "4.5\0"
120120
}
121121
}
122122
#endif
@@ -128,10 +128,10 @@ FILETYPE VFT_APP
128128
{
129129
VALUE "CompanyName", "片山博文MZ\0"
130130
VALUE "FileDescription", "リソーエディタ\0"
131-
VALUE "FileVersion", "4.4\0"
131+
VALUE "FileVersion", "4.5\0"
132132
VALUE "LegalCopyright", "Copyright (C) 2017-2018 片山博文MZ. All rights reserved.\0"
133133
VALUE "ProductName", "RisohEditor\0"
134-
VALUE "ProductVersion", "4.4\0"
134+
VALUE "ProductVersion", "4.5\0"
135135
}
136136
}
137137
#endif

src/lang/en-US.rc

+3-3
Original file line numberDiff line numberDiff line change
@@ -275,8 +275,8 @@ IDR_POPUPMENUS MENU
275275
// TODO: Update the version numbers
276276
STRINGTABLE
277277
{
278-
IDS_APPNAME, "RisohEditor 4.4 by Katayama Hirofumi MZ"
279-
IDS_TITLEWITHFILE, "%s - RisohEditor 4.4 by Katayama Hirofumi MZ"
278+
IDS_APPNAME, "RisohEditor 4.5 by Katayama Hirofumi MZ"
279+
IDS_TITLEWITHFILE, "%s - RisohEditor 4.5 by Katayama Hirofumi MZ"
280280
IDS_EXTRACTRES, "Extract Resource"
281281
IDS_RESBINFILTER, "Binary Resources (*.res)|*.res|Binary Files (*.bin)|*.bin|All Files (*.*)|*.*|"
282282
IDS_CANNOTSAVE, "Unable to save."
@@ -302,7 +302,7 @@ STRINGTABLE
302302
IDS_CANTREPLACEBMP, "Unable to replace bitmap."
303303
IDS_REPLACEBMP, "Replace Bitmap"
304304
IDS_ERRORCODE, "Error Code %d"
305-
IDS_VERSIONINFO, "RisohEditor Version 4.4\r\n\r\nKatayama Hirofumi MZ\r\n\r\nLicense: GPLv3 (freeware)"
305+
IDS_VERSIONINFO, "RisohEditor Version 4.5\r\n\r\nKatayama Hirofumi MZ\r\n\r\nLicense: GPLv3 (freeware)"
306306
IDS_ADDRES, "Add Resource"
307307
IDS_CANNOTADDRES, "Unable to add the resource."
308308
IDS_CANTADDBMP, "Unable to add the bitmap."

src/lang/ja-JP.rc

+3-3
Original file line numberDiff line numberDiff line change
@@ -277,8 +277,8 @@ IDR_POPUPMENUS MENU
277277
// TODO: Update the version numbers
278278
STRINGTABLE
279279
{
280-
IDS_APPNAME, "リソーエディタ 4.4 by 片山博文MZ"
281-
IDS_TITLEWITHFILE, "%s - リソーエディタ 4.4 by 片山博文MZ"
280+
IDS_APPNAME, "リソーエディタ 4.5 by 片山博文MZ"
281+
IDS_TITLEWITHFILE, "%s - リソーエディタ 4.5 by 片山博文MZ"
282282
IDS_EXTRACTRES, "リソースの抽出"
283283
IDS_RESBINFILTER, "バイナリ リソース (*.res)|*.res|バイナリ ファイル (*.bin)|*.bin|すべてのファイル (*.*)|*.*|"
284284
IDS_CANNOTSAVE, "保存できませんでした。"
@@ -304,7 +304,7 @@ STRINGTABLE
304304
IDS_CANTREPLACEBMP, "ビットマップの置き換えができませんでした。"
305305
IDS_REPLACEBMP, "ビットマップの置き換え"
306306
IDS_ERRORCODE, "エラーコード %dが発生しました。"
307-
IDS_VERSIONINFO, "リソーエディタ Version 4.4\r\n\r\n片山博文MZ\r\nかたやまひろふみえむぜっど\r\n\r\nライセンス: GPLv3 (フリーソフト)"
307+
IDS_VERSIONINFO, "リソーエディタ Version 4.5\r\n\r\n片山博文MZ\r\nかたやまひろふみえむぜっど\r\n\r\nライセンス: GPLv3 (フリーソフト)"
308308
IDS_ADDRES, "リソースの追加"
309309
IDS_CANNOTADDRES, "リソースの追加ができませんでした。"
310310
IDS_CANTADDBMP, "ビットマップの追加ができませんでした。"

src/lang/zh-CN.rc

+3-3
Original file line numberDiff line numberDiff line change
@@ -275,8 +275,8 @@ IDR_POPUPMENUS MENU
275275
// TODO: Update the version numbers
276276
STRINGTABLE
277277
{
278-
IDS_APPNAME, "RisohEditor 4.4 by 片山博文MZ"
279-
IDS_TITLEWITHFILE, "%s - RisohEditor 4.4 by 片山博文MZ"
278+
IDS_APPNAME, "RisohEditor 4.5 by 片山博文MZ"
279+
IDS_TITLEWITHFILE, "%s - RisohEditor 4.5 by 片山博文MZ"
280280
IDS_EXTRACTRES, "导出资源"
281281
IDS_RESBINFILTER, " 资源文件(*.res)|*.res|二进制文件 (*.bin)|*.bin|全部文件 (*.*)|*.*|"
282282
IDS_CANNOTSAVE, "无法保存"
@@ -302,7 +302,7 @@ STRINGTABLE
302302
IDS_CANTREPLACEBMP, "位图打开失败!"
303303
IDS_REPLACEBMP, "替换位图"
304304
IDS_ERRORCODE, "错误码 %d"
305-
IDS_VERSIONINFO, "RisohEditor 版本 4.4\r\n\r\n片山博文MZ\r\nKatayama Hirofumi MZ\r\n\r\nLicense: GPLv3 (freeware)"
305+
IDS_VERSIONINFO, "RisohEditor 版本 4.5\r\n\r\n片山博文MZ\r\nKatayama Hirofumi MZ\r\n\r\nLicense: GPLv3 (freeware)"
306306
IDS_ADDRES, "增加资源"
307307
IDS_CANNOTADDRES, "添加资源失败."
308308
IDS_CANTADDBMP, "添加位图失败."

0 commit comments

Comments
 (0)