aboutsummaryrefslogtreecommitdiffstats
path: root/sercp.rc
diff options
context:
space:
mode:
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 1f53adc..038e212 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,4,0
-PRODUCTVERSION 0,3,4,0
+FILEVERSION 0,3,5,0
+PRODUCTVERSION 0,3,5,0
FILETYPE VFT_APP
{
BLOCK "StringFileInfo"
@@ -10,14 +10,14 @@ FILETYPE VFT_APP
BLOCK "040904E4"
{
VALUE "CompanyName", "vym.cz"
- VALUE "FileVersion", "0.3.4"
+ VALUE "FileVersion", "0.3.5"
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.4"
+ VALUE "ProductVersion", "0.3.5"
VALUE "Build environment", "Linux: Mingw64, x86_64"
}
}