Skip to content

Commit

Permalink
Upgrade version to 3.8.0-alpha0 (#1711)
Browse files Browse the repository at this point in the history
  • Loading branch information
pepone authored Jan 22, 2024
1 parent afb4193 commit d572a6c
Show file tree
Hide file tree
Showing 628 changed files with 1,199 additions and 2,534 deletions.
6 changes: 3 additions & 3 deletions config/Make.rules
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,9 @@ supported-languages ?= $(strip cpp java python ruby php \
supported-configs ?= shared
default-configs ?= $(firstword $(supported-configs))

version = 3.7.10
mmversion = 3.7
soversion = 37
version = 3.8a0
mmversion = 3.8
soversion = 38a0

#
# The compatversion is the lowest patch release with the same API.
Expand Down
10 changes: 5 additions & 5 deletions config/icebuilder.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- Copyright (c) ZeroC, Inc. All rights reserved. -->
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<IceVersion>3.7.10</IceVersion>
<IceIntVersion>30710</IceIntVersion>
<IceVersionMM>3.7</IceVersionMM>
<IceSoVersion>37</IceSoVersion>
<IceJSONVersion>3.7.10</IceJSONVersion>
<IceVersion>3.8a0</IceVersion>
<IceIntVersion>30850</IceIntVersion>
<IceVersionMM>3.8</IceVersionMM>
<IceSoVersion>38a0</IceSoVersion>
<IceJSONVersion>3.8.0-alpha0</IceJSONVersion>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion config/iphoneos-SDKSettings.plist
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
<key>IsBaseSDK</key>
<string>NO</string>
<key>Version</key>
<string>3.7.10</string>
<string>3.8a0</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion config/iphonesimulator-SDKSettings.plist
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
<key>IsBaseSDK</key>
<string>NO</string>
<key>Version</key>
<string>3.7.10</string>
<string>3.8a0</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion config/macosx-SDKSettings.plist
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
<key>IsBaseSDK</key>
<string>NO</string>
<key>Version</key>
<string>3.7.10</string>
<string>3.8a0</string>
</dict>
</plist>
4 changes: 2 additions & 2 deletions cpp/config/templates.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parameter name="publish-endpoints" default="default"/>
<parameter name="flush-timeout" default="1000"/>

<service name="${instance-name}" entry="IceStormService,37:createIceStorm">
<service name="${instance-name}" entry="IceStormService,38a0:createIceStorm">

<adapter name="${service}.TopicManager"
id="${instance-name}.TopicManager"
Expand Down Expand Up @@ -75,7 +75,7 @@
<parameter name="publish-replica-group"/>
<parameter name="topic-manager-replica-group"/>

<service name="${instance-name}${node-id}" entry="IceStormService,37:createIceStorm">
<service name="${instance-name}${node-id}" entry="IceStormService,38a0:createIceStorm">

<adapter name="${service}.TopicManager"
id="${instance-name}${node-id}.TopicManager"
Expand Down
23 changes: 0 additions & 23 deletions cpp/include/Ice/Communicator.h
Original file line number Diff line number Diff line change
@@ -1,17 +1,6 @@
//
// Copyright (c) ZeroC, Inc. All rights reserved.
//
//
// Ice version 3.7.10
//
// <auto-generated>
//
// Generated from file `Communicator.ice'
//
// Warning: do not edit this file.
//
// </auto-generated>
//

#ifndef __Ice_Communicator_h__
#define __Ice_Communicator_h__
Expand Down Expand Up @@ -45,18 +34,6 @@
#include <Ice/Connection.h>
#include <IceUtil/UndefSysMacros.h>

#ifndef ICE_IGNORE_VERSION
# if ICE_INT_VERSION / 100 != 307
# error Ice version mismatch!
# endif
# if ICE_INT_VERSION % 100 >= 50
# error Beta header file detected
# endif
# if ICE_INT_VERSION % 100 < 10
# error Ice patch level mismatch!
# endif
#endif

#ifndef ICE_API
# if defined(ICE_STATIC_LIBS)
# define ICE_API /**/
Expand Down
23 changes: 0 additions & 23 deletions cpp/include/Ice/CommunicatorF.h
Original file line number Diff line number Diff line change
@@ -1,17 +1,6 @@
//
// Copyright (c) ZeroC, Inc. All rights reserved.
//
//
// Ice version 3.7.10
//
// <auto-generated>
//
// Generated from file `CommunicatorF.ice'
//
// Warning: do not edit this file.
//
// </auto-generated>
//

#ifndef __Ice_CommunicatorF_h__
#define __Ice_CommunicatorF_h__
Expand All @@ -28,18 +17,6 @@
#include <Ice/Optional.h>
#include <IceUtil/UndefSysMacros.h>

#ifndef ICE_IGNORE_VERSION
# if ICE_INT_VERSION / 100 != 307
# error Ice version mismatch!
# endif
# if ICE_INT_VERSION % 100 >= 50
# error Beta header file detected
# endif
# if ICE_INT_VERSION % 100 < 10
# error Ice patch level mismatch!
# endif
#endif

#ifndef ICE_API
# if defined(ICE_STATIC_LIBS)
# define ICE_API /**/
Expand Down
23 changes: 0 additions & 23 deletions cpp/include/Ice/Connection.h
Original file line number Diff line number Diff line change
@@ -1,17 +1,6 @@
//
// Copyright (c) ZeroC, Inc. All rights reserved.
//
//
// Ice version 3.7.10
//
// <auto-generated>
//
// Generated from file `Connection.ice'
//
// Warning: do not edit this file.
//
// </auto-generated>
//

#ifndef __Ice_Connection_h__
#define __Ice_Connection_h__
Expand All @@ -32,18 +21,6 @@
#include <Ice/Endpoint.h>
#include <IceUtil/UndefSysMacros.h>

#ifndef ICE_IGNORE_VERSION
# if ICE_INT_VERSION / 100 != 307
# error Ice version mismatch!
# endif
# if ICE_INT_VERSION % 100 >= 50
# error Beta header file detected
# endif
# if ICE_INT_VERSION % 100 < 10
# error Ice patch level mismatch!
# endif
#endif

#ifndef ICE_API
# if defined(ICE_STATIC_LIBS)
# define ICE_API /**/
Expand Down
23 changes: 0 additions & 23 deletions cpp/include/Ice/ConnectionF.h
Original file line number Diff line number Diff line change
@@ -1,17 +1,6 @@
//
// Copyright (c) ZeroC, Inc. All rights reserved.
//
//
// Ice version 3.7.10
//
// <auto-generated>
//
// Generated from file `ConnectionF.ice'
//
// Warning: do not edit this file.
//
// </auto-generated>
//

#ifndef __Ice_ConnectionF_h__
#define __Ice_ConnectionF_h__
Expand All @@ -28,18 +17,6 @@
#include <Ice/Optional.h>
#include <IceUtil/UndefSysMacros.h>

#ifndef ICE_IGNORE_VERSION
# if ICE_INT_VERSION / 100 != 307
# error Ice version mismatch!
# endif
# if ICE_INT_VERSION % 100 >= 50
# error Beta header file detected
# endif
# if ICE_INT_VERSION % 100 < 10
# error Ice patch level mismatch!
# endif
#endif

#ifndef ICE_API
# if defined(ICE_STATIC_LIBS)
# define ICE_API /**/
Expand Down
23 changes: 0 additions & 23 deletions cpp/include/Ice/Current.h
Original file line number Diff line number Diff line change
@@ -1,17 +1,6 @@
//
// Copyright (c) ZeroC, Inc. All rights reserved.
//
//
// Ice version 3.7.10
//
// <auto-generated>
//
// Generated from file `Current.ice'
//
// Warning: do not edit this file.
//
// </auto-generated>
//

#ifndef __Ice_Current_h__
#define __Ice_Current_h__
Expand All @@ -34,18 +23,6 @@
#include <Ice/Version.h>
#include <IceUtil/UndefSysMacros.h>

#ifndef ICE_IGNORE_VERSION
# if ICE_INT_VERSION / 100 != 307
# error Ice version mismatch!
# endif
# if ICE_INT_VERSION % 100 >= 50
# error Beta header file detected
# endif
# if ICE_INT_VERSION % 100 < 10
# error Ice patch level mismatch!
# endif
#endif

#ifndef ICE_API
# if defined(ICE_STATIC_LIBS)
# define ICE_API /**/
Expand Down
23 changes: 0 additions & 23 deletions cpp/include/Ice/Endpoint.h
Original file line number Diff line number Diff line change
@@ -1,17 +1,6 @@
//
// Copyright (c) ZeroC, Inc. All rights reserved.
//
//
// Ice version 3.7.10
//
// <auto-generated>
//
// Generated from file `Endpoint.ice'
//
// Warning: do not edit this file.
//
// </auto-generated>
//

#ifndef __Ice_Endpoint_h__
#define __Ice_Endpoint_h__
Expand All @@ -31,18 +20,6 @@
#include <Ice/EndpointF.h>
#include <IceUtil/UndefSysMacros.h>

#ifndef ICE_IGNORE_VERSION
# if ICE_INT_VERSION / 100 != 307
# error Ice version mismatch!
# endif
# if ICE_INT_VERSION % 100 >= 50
# error Beta header file detected
# endif
# if ICE_INT_VERSION % 100 < 10
# error Ice patch level mismatch!
# endif
#endif

#ifndef ICE_API
# if defined(ICE_STATIC_LIBS)
# define ICE_API /**/
Expand Down
23 changes: 0 additions & 23 deletions cpp/include/Ice/EndpointF.h
Original file line number Diff line number Diff line change
@@ -1,17 +1,6 @@
//
// Copyright (c) ZeroC, Inc. All rights reserved.
//
//
// Ice version 3.7.10
//
// <auto-generated>
//
// Generated from file `EndpointF.ice'
//
// Warning: do not edit this file.
//
// </auto-generated>
//

#ifndef __Ice_EndpointF_h__
#define __Ice_EndpointF_h__
Expand All @@ -28,18 +17,6 @@
#include <Ice/Optional.h>
#include <IceUtil/UndefSysMacros.h>

#ifndef ICE_IGNORE_VERSION
# if ICE_INT_VERSION / 100 != 307
# error Ice version mismatch!
# endif
# if ICE_INT_VERSION % 100 >= 50
# error Beta header file detected
# endif
# if ICE_INT_VERSION % 100 < 10
# error Ice patch level mismatch!
# endif
#endif

#ifndef ICE_API
# if defined(ICE_STATIC_LIBS)
# define ICE_API /**/
Expand Down
23 changes: 0 additions & 23 deletions cpp/include/Ice/EndpointSelectionType.h
Original file line number Diff line number Diff line change
@@ -1,17 +1,6 @@
//
// Copyright (c) ZeroC, Inc. All rights reserved.
//
//
// Ice version 3.7.10
//
// <auto-generated>
//
// Generated from file `EndpointTypes.ice'
//
// Warning: do not edit this file.
//
// </auto-generated>
//

#ifndef __Ice_EndpointSelectionType_h__
#define __Ice_EndpointSelectionType_h__
Expand All @@ -28,18 +17,6 @@
#include <Ice/Optional.h>
#include <IceUtil/UndefSysMacros.h>

#ifndef ICE_IGNORE_VERSION
# if ICE_INT_VERSION / 100 != 307
# error Ice version mismatch!
# endif
# if ICE_INT_VERSION % 100 >= 50
# error Beta header file detected
# endif
# if ICE_INT_VERSION % 100 < 10
# error Ice patch level mismatch!
# endif
#endif

#ifndef ICE_API
# if defined(ICE_STATIC_LIBS)
# define ICE_API /**/
Expand Down
Loading

0 comments on commit d572a6c

Please sign in to comment.