diff options
author | Jose <jose@zeroc.com> | 2014-10-08 01:28:03 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2014-10-08 01:28:03 +0200 |
commit | a235573a8ea3c61c762cf6a08f484256758f9d52 (patch) | |
tree | db7eb4f96e21ef955b36b4132e6a5c7ee401a5d2 /php/src | |
parent | Several Windows build fixes: (diff) | |
download | ice-a235573a8ea3c61c762cf6a08f484256758f9d52.tar.bz2 ice-a235573a8ea3c61c762cf6a08f484256758f9d52.tar.xz ice-a235573a8ea3c61c762cf6a08f484256758f9d52.zip |
Version fixes
Diffstat (limited to 'php/src')
-rw-r--r-- | php/src/IcePHP/IcePHP.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/php/src/IcePHP/IcePHP.rc b/php/src/IcePHP/IcePHP.rc index de710cc1901..a80c83e1541 100644 --- a/php/src/IcePHP/IcePHP.rc +++ b/php/src/IcePHP/IcePHP.rc @@ -23,12 +23,12 @@ BEGIN BEGIN VALUE "CompanyName", "ZeroC, Inc.\0" VALUE "FileDescription", "Ice for PHP Extension\0" - VALUE "FileVersion", "3.6.51\0" + VALUE "FileVersion", "3.6b\0" VALUE "InternalName", INTERNALNAME VALUE "LegalCopyright", "Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.\0" VALUE "OriginalFilename", ORIGINALFILENAME VALUE "ProductName", "Ice\0" - VALUE "ProductVersion", "3.6.51\0" + VALUE "ProductVersion", "3.6b\0" END END BLOCK "VarFileInfo" |