Increment version number

This commit is contained in:
Yutaka Sawada
2024-01-21 10:39:29 +09:00
committed by GitHub
parent 7cdcba4a35
commit 5c34457f2d
2 changed files with 3 additions and 3 deletions

View File

@@ -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"
}
}

View File

@@ -1,2 +1,2 @@
#define FILE_VERSION "1.3.3.2" // ファイルのバージョン番号
#define FILE_VERSION "1.3.3.3" // ファイルのバージョン番号
#define PRODUCT_VERSION "1.3.3" // 製品のバージョン番号