From 37e2159cfbfc9331daa0a0b994d74c10e842a76a Mon Sep 17 00:00:00 2001 From: Valentin Date: Tue, 12 Dec 2017 05:52:02 +0300 Subject: [PATCH] v1.32 --- zipper.rc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/zipper.rc b/zipper.rc index 6731671..097046a 100644 --- a/zipper.rc +++ b/zipper.rc @@ -5,8 +5,8 @@ IDI_MAINICON ICON "zipper.ico" VS_VERSION_INFO VERSIONINFO -FILEVERSION 1,3,1,0 -PRODUCTVERSION 1,3,1,0 +FILEVERSION 1,3,2,0 +PRODUCTVERSION 1,3,2,0 FILETYPE VFT_APP { BLOCK "StringFileInfo" @@ -16,11 +16,11 @@ FILETYPE VFT_APP VALUE "CompanyName", "" VALUE "LegalCopyright", "Public domain." VALUE "FileDescription", "Automates the search of passes number for 7-Zip ZIP compression." - VALUE "FileVersion", "1.31" + VALUE "FileVersion", "1.32" VALUE "InternalName", "Zipper" VALUE "OriginalFilename", "zipper.exe" VALUE "ProductName", "Zipper" - VALUE "ProductVersion", "1.31" + VALUE "ProductVersion", "1.32" VALUE "Comments", "https://github.com/VaKonS/zipper" } }