diff --git a/anaconda.spec.in b/anaconda.spec.in index efe5911adb2..8f0660c1556 100644 --- a/anaconda.spec.in +++ b/anaconda.spec.in @@ -480,6 +480,8 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Aug 27 2024 github-actions - 41.32-1 + * Thu Aug 22 2024 github-actions - 41.31-1 - docs: update release note about modularity deprecation (kkoukiou) - Add support for creating LUKS HW-OPAL devices (vtrefny) diff --git a/configure.ac b/configure.ac index 72edfd99b8d..b60800f36b1 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], [41.31], [anaconda-devel@lists.fedoraproject.org]) +AC_INIT([anaconda], [41.32], [anaconda-devel@lists.fedoraproject.org]) # make it possible to set build info at build time # (patch only builds, modular builds, mass-rebuilds, etc.)