Skip to content

Commit

Permalink
Update version to 3.7.10
Browse files Browse the repository at this point in the history
  • Loading branch information
pepone committed Sep 22, 2023
1 parent ffafa4e commit 7a5d946
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion ice/gem/ice.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Gem::Specification.new do |s|
s.name = 'zeroc-ice'
s.version = '3.7.9.1'
s.version = '3.7.10'
s.summary = "ZeroC Ice for Ruby"
s.description = <<-eos
The Internet Communications Engine (Ice) provides a robust, proven
Expand Down
2 changes: 1 addition & 1 deletion ice/pypi/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ def build_extensions(self):
setup(
name='zeroc-ice',

version='3.7.9.1',
version='3.7.10',

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

Expand Down
8 changes: 4 additions & 4 deletions ice/rpm/README
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ Getting Started with Ice on Linux
---------------------------------

Please visit the 'Using the Linux Binary Distributions' section in the
Ice 3.7.9 release notes:
Ice 3.7.10 release notes:

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

Documentation
-------------
Expand All @@ -49,6 +49,6 @@ https://doc.zeroc.com/ice/3.7
Source Code
------------

The source code for Ice 3.7.9 is on GitHub:
The source code for Ice 3.7.10 is on GitHub:

https://github.com/zeroc-ice/ice/releases/tag/v3.7.9
https://github.com/zeroc-ice/ice/releases/tag/v3.7.10
8 changes: 4 additions & 4 deletions ice/rpm/README.aix
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ Getting Started with Ice on AIX
-------------------------------

Please visit the 'Using the AIX Binary Distribution' section in the
Ice 3.7.9 release notes:
Ice 3.7.10 release notes:

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

Documentation
-------------
Expand All @@ -49,6 +49,6 @@ https://doc.zeroc.com/ice/3.7
Source Code
------------

The source code for Ice 3.7.9 is on GitHub:
The source code for Ice 3.7.10 is on GitHub:

https://github.com/zeroc-ice/ice/releases/tag/v3.7.9
https://github.com/zeroc-ice/ice/releases/tag/v3.7.10
4 changes: 2 additions & 2 deletions ice/rpm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Then add the Ice repository for your system and install the source RPM:
Now download and install the source RPM:
```
$ yumdownloader --source ice
$ rpm -i ice-3.7.9-1.el7.src.rpm
$ rpm -i ice-3.7.10-1.el7.src.rpm
```

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

To create binary RPM packages for Ice, you must first install the source RPM:
```
$ rpm -i ice-3.7.9-1.src.rpm
$ rpm -i ice-3.7.10-1.src.rpm
```
If you have not already done so, install the RPM prerequisites listed in `ice.spec`.
The following additional steps are also necessary:
Expand Down
4 changes: 2 additions & 2 deletions ice/rpm/ice-aix.spec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
%else
# git_tag_version is the git tag vX.Y.Z[...] less the v prefix
# if not defined, we default to the version provided below
%{!?git_tag_version:%define git_tag_version 3.7.9}
%{!?git_tag_version:%define git_tag_version 3.7.10}
%define archive_tag v%{git_tag_version}
%define archive_dir_suffix %{git_tag_version}
%endif
Expand Down Expand Up @@ -42,7 +42,7 @@
%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

Name: %{?nameprefix}ice
Version: 3.7.9
Version: 3.7.10
Summary: Comprehensive RPC framework with support for C++, Java, JavaScript, Python and more.
Release: 1%{?dist}
%if "%{?ice_license}"
Expand Down
4 changes: 2 additions & 2 deletions ice/rpm/ice.spec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
%else
# git_tag_version is the git tag vX.Y.Z[...] less the v prefix
# if not defined, we default to the version provided below
%{!?git_tag_version:%define git_tag_version 3.7.9}
%{!?git_tag_version:%define git_tag_version 3.7.10}
%define archive_tag v%{git_tag_version}
%define archive_dir_suffix %{git_tag_version}
%endif
Expand Down Expand Up @@ -63,7 +63,7 @@
%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}

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

0 comments on commit 7a5d946

Please sign in to comment.