Skip to content

Commit

Permalink
Release 6.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
m-blaha committed Nov 24, 2023
1 parent 8c6d138 commit 12c6850
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 6.6.6


# 5.1.8

- Update translations from weblate
Expand Down
6 changes: 3 additions & 3 deletions VERSION.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
set(DEFAULT_PROJECT_VERSION_MAJOR 5)
set(DEFAULT_PROJECT_VERSION_MINOR 1)
set(DEFAULT_PROJECT_VERSION_PATCH 8)
set(DEFAULT_PROJECT_VERSION_MAJOR 6)
set(DEFAULT_PROJECT_VERSION_MINOR 6)
set(DEFAULT_PROJECT_VERSION_PATCH 6)

if(DEFINED PROJECT_VERSION_MAJOR)
if(NOT ${DEFAULT_PROJECT_VERSION_MAJOR} STREQUAL ${PROJECT_VERSION_MAJOR})
Expand Down
9 changes: 6 additions & 3 deletions dnf5.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%global project_version_major 5
%global project_version_minor 1
%global project_version_patch 8
%global project_version_major 6
%global project_version_minor 6
%global project_version_patch 6

%bcond dnf5_obsoletes_dnf %[0%{?fedora} > 40 || 0%{?rhel} > 10]

Expand Down Expand Up @@ -755,6 +755,9 @@ ln -sr %{buildroot}%{_bindir}/dnf5 %{buildroot}%{_bindir}/microdnf
%ldconfig_scriptlets

%changelog
* Fri Nov 24 2023 Packit Team <[email protected]> - 6.6.6-1
- New upstream release 6.6.6

* Thu Nov 23 2023 Packit Team <[email protected]> - 5.1.8-1
- New upstream release 5.1.8

Expand Down

0 comments on commit 12c6850

Please sign in to comment.