Skip to content

Commit e630b15

Browse files
committed
Update version to 3.7.6
1 parent a15bfb8 commit e630b15

File tree

7 files changed

+22
-16
lines changed

7 files changed

+22
-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.5'
7+
s.version = '3.7.6'
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
@@ -183,7 +183,7 @@ def build_extensions(self):
183183
setup(
184184
name='zeroc-ice',
185185

186-
version='3.7.5',
186+
version='3.7.6',
187187

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

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.5 release notes:
38+
Ice 3.7.6 release notes:
3939

40-
https://doc.zeroc.com/rel/ice-releases/ice-3-7/ice-3-7-5-release-notes
40+
https://doc.zeroc.com/rel/ice-releases/ice-3-7/ice-3-7-6-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.5 is on GitHub:
52+
The source code for Ice 3.7.6 is on GitHub:
5353

54-
https://github.com/zeroc-ice/ice/releases/tag/v3.7.5
54+
https://github.com/zeroc-ice/ice/releases/tag/v3.7.6

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.5 release notes:
38+
Ice 3.7.6 release notes:
3939

40-
https://doc.zeroc.com/rel/ice-releases/ice-3-7/ice-3-7-5-release-notes
40+
https://doc.zeroc.com/rel/ice-releases/ice-3-7/ice-3-7-6-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.5 is on GitHub:
52+
The source code for Ice 3.7.6 is on GitHub:
5353

54-
https://github.com/zeroc-ice/ice/releases/tag/v3.7.5
54+
https://github.com/zeroc-ice/ice/releases/tag/v3.7.6

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.5-1.el7.src.rpm
73+
$ rpm -i ice-3.7.6-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.5-1.src.rpm
103+
$ rpm -i ice-3.7.6-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.5}
14+
%{!?git_tag_version:%define git_tag_version 3.7.6}
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.5
45+
Version: 3.7.6
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: 8 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.5}
14+
%{!?git_tag_version:%define git_tag_version 3.7.6}
1515
%define archive_tag v%{git_tag_version}
1616
%define archive_dir_suffix %{git_tag_version}
1717
%endif
@@ -60,7 +60,7 @@
6060
%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}
6161

6262
Name: %{?nameprefix}ice
63-
Version: 3.7.5
63+
Version: 3.7.6
6464
Summary: Comprehensive RPC framework with support for C++, Java, JavaScript, Python and more.
6565
Release: 1%{?dist}
6666
%if "%{?ice_license}"
@@ -876,6 +876,12 @@ exit 0
876876
%endif #%{_host_cpu}
877877

878878
%changelog
879+
* Thu May 20 2021 José Gutiérrez de la Concha <[email protected]> 3.7.6
880+
- 3.7.6 release
881+
882+
* Fri Jan 1 2021 José Gutiérrez de la Concha <[email protected]> 3.7.5
883+
- 3.7.5 release
884+
879885
* Tue Apr 21 2020 José Gutiérrez de la Concha <[email protected]> 3.7.4
880886
- 3.7.4 release
881887

0 commit comments

Comments
 (0)