diff options
Diffstat (limited to 'cpp/include/IceUtil/Config.h')
-rw-r--r-- | cpp/include/IceUtil/Config.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/include/IceUtil/Config.h b/cpp/include/IceUtil/Config.h index 8a811978dd7..94e72f1380c 100644 --- a/cpp/include/IceUtil/Config.h +++ b/cpp/include/IceUtil/Config.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2010 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved. // // This copy of Ice is licensed to you under the terms described in the // ICE_LICENSE file included in this distribution. @@ -218,8 +218,8 @@ typedef long long Int64; // // The Ice version. // -#define ICE_STRING_VERSION "3.4.1" // "A.B.C", with A=major, B=minor, C=patch -#define ICE_INT_VERSION 30401 // AABBCC, with AA=major, BB=minor, CC=patch +#define ICE_STRING_VERSION "3.4.2" // "A.B.C", with A=major, B=minor, C=patch +#define ICE_INT_VERSION 30402 // AABBCC, with AA=major, BB=minor, CC=patch #if defined(__BCPLUSPLUS__) && (__BCPLUSPLUS__ >= 0x0600) // |