diff options
author | Christophe Fergeau <cfergeau@redhat.com> | 2014-11-17 13:51:44 +0100 |
---|---|---|
committer | Christophe Fergeau <cfergeau@redhat.com> | 2015-01-19 17:57:29 +0100 |
commit | ff7dc22e27aca54933eaec161a5ccd9225b70b7c (patch) | |
tree | 45a73b140ea2d8c22e0aa69b9cab218917f700b4 /vdagent | |
parent | d1c8d152f4c710384be27f7d346b653a9a31ed24 (diff) |
Update version/copyright in vdagent resource file
Diffstat (limited to 'vdagent')
-rw-r--r-- | vdagent/vdagent.rc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/vdagent/vdagent.rc b/vdagent/vdagent.rc index 0973068..590ed72 100644 --- a/vdagent/vdagent.rc +++ b/vdagent/vdagent.rc @@ -53,8 +53,8 @@ END //
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 0,5,1,0
- PRODUCTVERSION 0,5,1,0
+ FILEVERSION 0,7,3,0
+ PRODUCTVERSION 0,7,3,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -71,12 +71,12 @@ BEGIN BEGIN
VALUE "CompanyName", "Red Hat Inc."
VALUE "FileDescription", "Spice agent"
- VALUE "FileVersion", "0, 5, 1, 0"
+ VALUE "FileVersion", "0, 7, 3, 0"
VALUE "InternalName", "vdagent"
- VALUE "LegalCopyright", "Copyright (c) 2009 Red Hat Inc. and/or its affiliates"
+ VALUE "LegalCopyright", "Copyright (c) 2009-2014 Red Hat Inc. and/or its affiliates"
VALUE "OriginalFilename", "vdagent.exe"
VALUE "ProductName", "Red Hat Spice"
- VALUE "ProductVersion", "0, 5, 1, 0"
+ VALUE "ProductVersion", "0, 7, 3, 0"
END
END
BLOCK "VarFileInfo"
|