aboutsummaryrefslogtreecommitdiffstats
path: root/sercp.rc
diff options
context:
space:
mode:
authorPavel Vymetálek <pavel@vym.cz>2021-01-20 13:31:57 +0100
committerPavel Vymetálek <pavel@vym.cz>2021-01-20 13:31:57 +0100
commit139969ef7b0ac660853899ac601bab330c111f71 (patch)
tree1288d9298f2ffbe00466c64f58d7ccdb59f202f1 /sercp.rc
parent8679629f8c9f6a45b3b44ca2f2f613232b7607dd (diff)
downloadsercp-pc-139969ef7b0ac660853899ac601bab330c111f71.tar.gz
Fixed integer rounding - progress show 100% at the finishv0.3.6
Diffstat (limited to 'sercp.rc')
-rw-r--r--sercp.rc8
1 files changed, 4 insertions, 4 deletions
diff --git a/sercp.rc b/sercp.rc
index 038e212..24679c0 100644
--- a/sercp.rc
+++ b/sercp.rc
@@ -1,8 +1,8 @@
// RC file, codepage utf-8 !!!!!
#include <windows.h> // include for version info constants
1 VERSIONINFO
-FILEVERSION 0,3,5,0
-PRODUCTVERSION 0,3,5,0
+FILEVERSION 0,3,6,0
+PRODUCTVERSION 0,3,6,0
FILETYPE VFT_APP
{
BLOCK "StringFileInfo"
@@ -10,14 +10,14 @@ FILETYPE VFT_APP
BLOCK "040904E4"
{
VALUE "CompanyName", "vym.cz"
- VALUE "FileVersion", "0.3.5"
+ VALUE "FileVersion", "0.3.6"
VALUE "FileDescription", "sercp - serial copy for ZX Spectrum"
VALUE "InternalName", "sercp"
VALUE "LegalCopyright", "GNU GPL v3 or above"
VALUE "LegalTrademarks", "Pavel Vymetálek"
VALUE "OriginalFilename", "sercp"
VALUE "ProductName", "sercp"
- VALUE "ProductVersion", "0.3.5"
+ VALUE "ProductVersion", "0.3.6"
VALUE "Build environment", "Linux: Mingw64, x86_64"
}
}