diff options
author | Arnon Gilboa <agilboa@redhat.com> | 2011-05-12 12:10:33 +0300 |
---|---|---|
committer | Arnon Gilboa <agilboa@redhat.com> | 2011-05-12 15:13:39 +0300 |
commit | 110f463ed871f24e4fde38b0f45a9322222970fc (patch) | |
tree | 83f2f977c9335559d519e2a57b62c6cb0f74cc32 | |
parent | 865c2a4f042f063c670632f2c36a9fa68e57a62f (diff) |
client/windows: inc version to 0,9,0,0
-rw-r--r-- | client/windows/redc.rc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/client/windows/redc.rc b/client/windows/redc.rc index 6c717df..5f08539 100644 --- a/client/windows/redc.rc +++ b/client/windows/redc.rc @@ -60,8 +60,8 @@ ALT_IMAGE_RES_ID BITMAP "sticky_alt.bmp" //
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 0,5,0,0
- PRODUCTVERSION 0,5,0,0
+ FILEVERSION 0,9,0,0
+ PRODUCTVERSION 0,9,0,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -78,12 +78,12 @@ BEGIN BEGIN
VALUE "CompanyName", "Red Hat Inc."
VALUE "FileDescription", "Spice client"
- VALUE "FileVersion", "0, 5, 0, 0"
+ VALUE "FileVersion", "0, 9, 0, 0"
VALUE "InternalName", "spicec"
VALUE "LegalCopyright", "Copyright (c) 2009 Red Hat, Inc. and/or its affiliates"
VALUE "OriginalFilename", "spicec.exe"
VALUE "ProductName", "Red Hat Spice"
- VALUE "ProductVersion", "0, 5, 0, 0"
+ VALUE "ProductVersion", "0, 9, 0, 0"
END
END
BLOCK "VarFileInfo"
|