From 7a5d946f55d48cb7ec84ba4df4c0d19ba38e14e5 Mon Sep 17 00:00:00 2001 From: Jose Date: Fri, 22 Sep 2023 16:32:13 +0200 Subject: [PATCH] Update version to 3.7.10 --- ice/gem/ice.gemspec | 2 +- ice/pypi/setup.py | 2 +- ice/rpm/README | 8 ++++---- ice/rpm/README.aix | 8 ++++---- ice/rpm/README.md | 4 ++-- ice/rpm/ice-aix.spec | 4 ++-- ice/rpm/ice.spec | 4 ++-- 7 files changed, 16 insertions(+), 16 deletions(-) diff --git a/ice/gem/ice.gemspec b/ice/gem/ice.gemspec index 5a02def..5a9bf72 100644 --- a/ice/gem/ice.gemspec +++ b/ice/gem/ice.gemspec @@ -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 diff --git a/ice/pypi/setup.py b/ice/pypi/setup.py index 6dc9a9d..95906dc 100644 --- a/ice/pypi/setup.py +++ b/ice/pypi/setup.py @@ -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.", diff --git a/ice/rpm/README b/ice/rpm/README index 8fca24f..5829af7 100644 --- a/ice/rpm/README +++ b/ice/rpm/README @@ -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 ------------- @@ -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 diff --git a/ice/rpm/README.aix b/ice/rpm/README.aix index 6c13c84..2457356 100644 --- a/ice/rpm/README.aix +++ b/ice/rpm/README.aix @@ -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 ------------- @@ -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 diff --git a/ice/rpm/README.md b/ice/rpm/README.md index ea6c9ed..f140be3 100644 --- a/ice/rpm/README.md +++ b/ice/rpm/README.md @@ -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 @@ -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: diff --git a/ice/rpm/ice-aix.spec b/ice/rpm/ice-aix.spec index 1fa7212..45837f0 100644 --- a/ice/rpm/ice-aix.spec +++ b/ice/rpm/ice-aix.spec @@ -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 @@ -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}" diff --git a/ice/rpm/ice.spec b/ice/rpm/ice.spec index c256f65..e10f451 100644 --- a/ice/rpm/ice.spec +++ b/ice/rpm/ice.spec @@ -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 @@ -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}"