Skip to content

Commit 7a5d946

Browse files
committed
Update version to 3.7.10
1 parent ffafa4e commit 7a5d946

File tree

7 files changed

+16
-16
lines changed

7 files changed

+16
-16
lines changed

ice/gem/ice.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Gem::Specification.new do |s|
66
s.name = 'zeroc-ice'
7-
s.version = '3.7.9.1'
7+
s.version = '3.7.10'
88
s.summary = "ZeroC Ice for Ruby"
99
s.description = <<-eos
1010
The Internet Communications Engine (Ice) provides a robust, proven

ice/pypi/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ def build_extensions(self):
197197
setup(
198198
name='zeroc-ice',
199199

200-
version='3.7.9.1',
200+
version='3.7.10',
201201

202202
description="Ice is a comprehensive RPC framework with support for Python, C++, .NET, Java, JavaScript and more.",
203203

ice/rpm/README

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ Getting Started with Ice on Linux
3535
---------------------------------
3636

3737
Please visit the 'Using the Linux Binary Distributions' section in the
38-
Ice 3.7.9 release notes:
38+
Ice 3.7.10 release notes:
3939

40-
https://doc.zeroc.com/rel/ice-releases/ice-3-7/ice-3-7-9-release-notes
40+
https://doc.zeroc.com/rel/ice-releases/ice-3-7/ice-3-7-10-release-notes
4141

4242
Documentation
4343
-------------
@@ -49,6 +49,6 @@ https://doc.zeroc.com/ice/3.7
4949
Source Code
5050
------------
5151

52-
The source code for Ice 3.7.9 is on GitHub:
52+
The source code for Ice 3.7.10 is on GitHub:
5353

54-
https://github.com/zeroc-ice/ice/releases/tag/v3.7.9
54+
https://github.com/zeroc-ice/ice/releases/tag/v3.7.10

ice/rpm/README.aix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ Getting Started with Ice on AIX
3535
-------------------------------
3636

3737
Please visit the 'Using the AIX Binary Distribution' section in the
38-
Ice 3.7.9 release notes:
38+
Ice 3.7.10 release notes:
3939

40-
https://doc.zeroc.com/rel/ice-releases/ice-3-7/ice-3-7-9-release-notes
40+
https://doc.zeroc.com/rel/ice-releases/ice-3-7/ice-3-7-10-release-notes
4141

4242
Documentation
4343
-------------
@@ -49,6 +49,6 @@ https://doc.zeroc.com/ice/3.7
4949
Source Code
5050
------------
5151

52-
The source code for Ice 3.7.9 is on GitHub:
52+
The source code for Ice 3.7.10 is on GitHub:
5353

54-
https://github.com/zeroc-ice/ice/releases/tag/v3.7.9
54+
https://github.com/zeroc-ice/ice/releases/tag/v3.7.10

ice/rpm/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Then add the Ice repository for your system and install the source RPM:
7070
Now download and install the source RPM:
7171
```
7272
$ yumdownloader --source ice
73-
$ rpm -i ice-3.7.9-1.el7.src.rpm
73+
$ rpm -i ice-3.7.10-1.el7.src.rpm
7474
```
7575

7676
You can find the `ice.spec` file in the `~/rpmbuild/SPECS` directory, while the
@@ -100,7 +100,7 @@ The source RPM is created in `~rpmbuild/SRPMS`.
100100

101101
To create binary RPM packages for Ice, you must first install the source RPM:
102102
```
103-
$ rpm -i ice-3.7.9-1.src.rpm
103+
$ rpm -i ice-3.7.10-1.src.rpm
104104
```
105105
If you have not already done so, install the RPM prerequisites listed in `ice.spec`.
106106
The following additional steps are also necessary:

ice/rpm/ice-aix.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
%else
1212
# git_tag_version is the git tag vX.Y.Z[...] less the v prefix
1313
# if not defined, we default to the version provided below
14-
%{!?git_tag_version:%define git_tag_version 3.7.9}
14+
%{!?git_tag_version:%define git_tag_version 3.7.10}
1515
%define archive_tag v%{git_tag_version}
1616
%define archive_dir_suffix %{git_tag_version}
1717
%endif
@@ -42,7 +42,7 @@
4242
%define makeinstallopts COMPILER=%{cppcompiler} CONFIGS="%{configs}" OPTIMIZE=yes V=1 %{runpath} DESTDIR=%{buildroot} prefix=%{_prefix} install_bindir=%{_bindir} install_libdir=%{_libdir} install_slicedir=%{_datadir}/ice/slice install_includedir=%{_includedir} install_mandir=%{_mandir} install_configdir=%{_datadir}/ice
4343

4444
Name: %{?nameprefix}ice
45-
Version: 3.7.9
45+
Version: 3.7.10
4646
Summary: Comprehensive RPC framework with support for C++, Java, JavaScript, Python and more.
4747
Release: 1%{?dist}
4848
%if "%{?ice_license}"

ice/rpm/ice.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
%else
1212
# git_tag_version is the git tag vX.Y.Z[...] less the v prefix
1313
# if not defined, we default to the version provided below
14-
%{!?git_tag_version:%define git_tag_version 3.7.9}
14+
%{!?git_tag_version:%define git_tag_version 3.7.10}
1515
%define archive_tag v%{git_tag_version}
1616
%define archive_dir_suffix %{git_tag_version}
1717
%endif
@@ -63,7 +63,7 @@
6363
%define makeinstallopts CONFIGS="shared cpp11-shared" OPTIMIZE=yes V=1 %{runpath} DESTDIR=%{buildroot} prefix=%{_prefix} install_bindir=%{_bindir} install_libdir=%{_libdir} install_slicedir=%{_datadir}/ice/slice install_includedir=%{_includedir} install_mandir=%{_mandir} install_configdir=%{_datadir}/ice install_javadir=%{_javadir} install_phplibdir=%{phplibdir} install_phpdir=%{phpdir}
6464

6565
Name: %{?nameprefix}ice
66-
Version: 3.7.9
66+
Version: 3.7.10
6767
Summary: Comprehensive RPC framework with support for C++, Java, JavaScript, Python and more.
6868
Release: 1%{?dist}
6969
%if "%{?ice_license}"

0 commit comments

Comments
 (0)