Skip to content

Commit

Permalink
New version - 41.15
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Apr 30, 2024
1 parent 245f37d commit 862d80a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions anaconda.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -475,6 +475,8 @@ rm -rf \
%{_prefix}/libexec/anaconda/dd_*

%changelog
* Tue Apr 30 2024 github-actions <[email protected]> - 41.15-1

* Tue Apr 23 2024 github-actions <[email protected]> - 41.14-1
- Revert "infra: Packit fix empty jobs field" (kkoukiou)

Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
m4_define(python_required_version, 3.4)

AC_PREREQ([2.63])
AC_INIT([anaconda], [41.14], [[email protected]])
AC_INIT([anaconda], [41.15], [[email protected]])

# make it possible to set build info at build time
# (patch only builds, modular builds, mass-rebuilds, etc.)
AC_ARG_VAR(ANACONDA_RELEASE, [1])
AC_ARG_VAR(ANACONDA_RELEASE, [])

# default release to 1 if not set by option
AS_IF([test $ANACONDA_RELEASE],
Expand Down

0 comments on commit 862d80a

Please sign in to comment.