From 93e7d3aac3cf214a5597fbced863561e71f20c24 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 12 Jan 2024 13:29:55 +0000 Subject: [PATCH] New version - 40.17 --- anaconda.spec.in | 2 ++ configure.ac | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/anaconda.spec.in b/anaconda.spec.in index 5eeface40b9..1a0fcdacda8 100644 --- a/anaconda.spec.in +++ b/anaconda.spec.in @@ -465,6 +465,8 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Fri Jan 12 2024 github-actions - 40.17-1 + * Tue Dec 26 2023 github-actions - 40.16-1 * Tue Dec 19 2023 github-actions - 40.15-1 diff --git a/configure.ac b/configure.ac index fc2a0d9633c..070a345329d 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ m4_define(python_required_version, 3.4) AC_PREREQ([2.63]) -AC_INIT([anaconda], [40.16], [anaconda-devel@lists.fedoraproject.org]) +AC_INIT([anaconda], [40.17], [anaconda-devel@lists.fedoraproject.org]) # make it possible to set build info at build time # (patch only builds, modular builds, mass-rebuilds, etc.)