summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2016-03-10 15:39:08 +0100
committerJose <jose@zeroc.com>2016-03-10 15:39:08 +0100
commitc11abffddf7c1c440118a6c67e8ceea5062f0993 (patch)
treed5c6c9f76372f85e3e8d7f60a17ab72d2a2731ad /python
parentFixed ICE-7010 - Fixed bug with dynamicaly registered replica groups (diff)
downloadice-c11abffddf7c1c440118a6c67e8ceea5062f0993.tar.bz2
ice-c11abffddf7c1c440118a6c67e8ceea5062f0993.tar.xz
ice-c11abffddf7c1c440118a6c67e8ceea5062f0993.zip
Update version to 3.6.2
Diffstat (limited to 'python')
-rw-r--r--python/modules/IcePy/IcePy.rc8
1 files changed, 4 insertions, 4 deletions
diff --git a/python/modules/IcePy/IcePy.rc b/python/modules/IcePy/IcePy.rc
index 460ac630a15..0dc5be2b271 100644
--- a/python/modules/IcePy/IcePy.rc
+++ b/python/modules/IcePy/IcePy.rc
@@ -1,8 +1,8 @@
#include "winver.h"
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 3,6,1,0
- PRODUCTVERSION 3,6,1,0
+ FILEVERSION 3,6,2,0
+ PRODUCTVERSION 3,6,2,0
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
#ifdef _DEBUG
FILEFLAGS VS_FF_DEBUG
@@ -23,12 +23,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "ZeroC, Inc.\0"
VALUE "FileDescription", "Ice for Python Extension\0"
- VALUE "FileVersion", "3.6.1\0"
+ VALUE "FileVersion", "3.6.2\0"
VALUE "InternalName", INTERNALNAME
VALUE "LegalCopyright", "Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.\0"
VALUE "OriginalFilename", ORIGINALFILENAME
VALUE "ProductName", "Ice\0"
- VALUE "ProductVersion", "3.6.1\0"
+ VALUE "ProductVersion", "3.6.2\0"
END
END
BLOCK "VarFileInfo"