diff --git a/Makefile b/Makefile index afad960..e0d8f3b 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ FINAL_OUTPUT_DIR=FINAL_RPMS -OTP_RELEASE=25.3.2.12 +OTP_RELEASE=25.3.2.13 # Where official Erlang distribution files come from... OTP_SRC_TGZ_FILE=OTP-$(OTP_RELEASE).tar.gz diff --git a/erlang.spec b/erlang.spec index 463550c..9fe0d90 100644 --- a/erlang.spec +++ b/erlang.spec @@ -12,8 +12,8 @@ # See the License for the specific language governing permissions and # limitations under the License. -%global upstream_ver 25.3.2.12 -%global package_ver 25.3.2.12 +%global upstream_ver 25.3.2.13 +%global package_ver 25.3.2.13 %global package_ver_release 1 # See https://fedoraproject.org/wiki/Changes/Broken_RPATH_will_fail_rpmbuild @@ -322,6 +322,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Jul 9 2024 Michael Klishin - 25.3.2.13 +- Update to Erlang/OTP 25.3.2.13 + * Sat May 4 2024 Michael Klishin - 25.3.2.12 - Update to Erlang/OTP 25.3.2.12