Skip to content
This repository has been archived by the owner on Dec 28, 2024. It is now read-only.

Commit

Permalink
version up to 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
katahiromz committed Sep 15, 2019
1 parent 6e98992 commit f6f18a1
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ You can check the IAT by `dumpbin /imports` of Visual Studio Command Prompt.
- Add `v2xcrt` (`msvcrt`).
- Supported `wcsnlen`, `memmove_s` and `memcpy_s`.
- Supported `__CxxFrameHandler3` and `_except_handler4_common`.
- 2019.XX.YY ver.0.7
- 2019.09.15 ver.0.7
- Modify optional header's version info.
- Supported `GetVersion`, `GetVersionExA` and `GetVersionExW`.

Expand Down
2 changes: 1 addition & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ You can check the IAT by dumpbin /imports of Visual Studio Command Prompt.
- Add v2xcrt (msvcrt).
- Supported wcsnlen, memmove_s and memcpy_s.
- Supported __CxxFrameHandler3 and _except_handler4_common.
- 2019.XX.YY ver.0.7
- 2019.09.15 ver.0.7
- Modify optional header's version info.
- Supported GetVersion, GetVersionExA and GetVersionExW.

Expand Down
2 changes: 1 addition & 1 deletion READMEJP.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Visual Studio コマンドプロンプトの dumpbin /imports で IAT をチェ
- v2xcrt (msvcrt) を追加。
- wcsnlen と memmove_s と memcpy_s 関数をサポート。
- __CxxFrameHandler3 と _except_handler4_common 関数をサポート。
- 2019.XX.YY ver.0.7
- 2019.09.15 ver.0.7
- オプショナル ヘッダーのバージョン情報を改変。
- GetVersion、GetVersionExA、GetVersionExW 関数をサポート。

Expand Down
10 changes: 5 additions & 5 deletions installer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

AppId={{A7770A09-8021-4ADC-B9F8-1D73153AB14C}
AppName=vista2xp
AppVerName=vista2xp 0.6
AppVerName=vista2xp 0.7
AppPublisher=Katayama Hirofumi MZ
AppPublisherURL=http://katahiromz.web.fc2.com/
AppSupportURL=http://katahiromz.web.fc2.com/
Expand All @@ -23,7 +23,7 @@ DisableDirPage=no
AllowNoIcons=yes
LicenseFile=LICENSE.txt
OutputDir=.
OutputBaseFilename=vista2xp-0.6-setup
OutputBaseFilename=vista2xp-0.7-setup
SetupIconFile=vista2xp\res\Icon_1.ico
Compression=lzma
SolidCompression=yes
Expand All @@ -33,9 +33,9 @@ VersionInfoCompany=Katayama Hirofumi MZ
VersionInfoCopyright=Copyright (C) 2019 Katayama Hirofumi MZ.
VersionInfoDescription=vista2xp
VersionInfoProductName=vista2xp
VersionInfoProductTextVersion=0.6
VersionInfoProductVersion=0.6
VersionInfoVersion=0.6
VersionInfoProductTextVersion=0.7
VersionInfoProductVersion=0.7
VersionInfoVersion=0.7

[Languages]
Name: "english"; MessagesFile: "compiler:Default.isl"
Expand Down
2 changes: 1 addition & 1 deletion pack.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set DIST=vista2xp-0.6
set DIST=vista2xp-0.7
if not exist %DIST% mkdir %DIST%
copy README.txt %DIST%
copy READMEJP.txt %DIST%
Expand Down
2 changes: 1 addition & 1 deletion vista2xp/lang/en_US.rc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
// RT_DIALOG

IDD_MAIN DIALOG 0, 0, 240, 175
CAPTION "vista2xp ver.0.6 by katahiromz"
CAPTION "vista2xp ver.0.7 by katahiromz"
STYLE DS_CENTER | DS_MODALFRAME | WS_POPUPWINDOW | WS_DLGFRAME
FONT 8, "Arial"
{
Expand Down
2 changes: 1 addition & 1 deletion vista2xp/lang/ja_JP.rc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
// RT_DIALOG

IDD_MAIN DIALOG 0, 0, 240, 175
CAPTION "vista2xp ver.0.6 by 片山博文MZ"
CAPTION "vista2xp ver.0.7 by 片山博文MZ"
STYLE DS_CENTER | DS_MODALFRAME | WS_POPUPWINDOW | WS_DLGFRAME
FONT 9, "MS UI Gothic"
{
Expand Down
8 changes: 4 additions & 4 deletions vista2xp/vista2xp_res.rc
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ IDI_MAIN ICON "res/Icon_1.ico"
// RT_VERSION

1 VERSIONINFO
FILEVERSION 0, 6, 0, 0
PRODUCTVERSION 0, 6, 0, 0
FILEVERSION 0, 7, 0, 0
PRODUCTVERSION 0, 7, 0, 0
FILEOS 0x40004
FILETYPE 0x1
{
Expand All @@ -31,10 +31,10 @@ FILETYPE 0x1
{
VALUE "CompanyName", "Katayama Hirofumi MZ\0"
VALUE "FileDescription", "vista2xp\0"
VALUE "FileVersion", "0.6\0"
VALUE "FileVersion", "0.7\0"
VALUE "LegalCopyright", "Copyright (C) 2019 Katayama Hirofumi MZ.\0"
VALUE "ProductName", "vista2xp\0"
VALUE "ProductVersion", "0.6\0"
VALUE "ProductVersion", "0.7\0"
}
}
BLOCK "VarFileInfo"
Expand Down

0 comments on commit f6f18a1

Please sign in to comment.