diff --git a/source/par2j/res_par2j.rc b/source/par2j/res_par2j.rc index 292782e..c21645d 100644 --- a/source/par2j/res_par2j.rc +++ b/source/par2j/res_par2j.rc @@ -1,7 +1,7 @@ 1 RT_STRING ".\\source.cl" 1 VERSIONINFO -FILEVERSION 1,3,3,2 +FILEVERSION 1,3,3,3 PRODUCTVERSION 1,3,3,0 FILEOS 0x40004 FILETYPE 0x1 @@ -13,7 +13,7 @@ BLOCK "StringFileInfo" VALUE "FileDescription", "PAR2 client" VALUE "LegalCopyright", "Copyright (C) 2024 Yutaka Sawada" VALUE "ProductName", "par2j" - VALUE "FileVersion", "1.3.3.2" + VALUE "FileVersion", "1.3.3.3" VALUE "ProductVersion", "1.3.3.0" } } diff --git a/source/par2j/version.h b/source/par2j/version.h index c5a6049..a55cb5d 100644 --- a/source/par2j/version.h +++ b/source/par2j/version.h @@ -1,2 +1,2 @@ -#define FILE_VERSION "1.3.3.2" // ファイルのバージョン番号 +#define FILE_VERSION "1.3.3.3" // ファイルのバージョン番号 #define PRODUCT_VERSION "1.3.3" // 製品のバージョン番号