Skip to content

Commit

Permalink
Release 0.71.1
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-goode authored and inknos committed Sep 25, 2023
1 parent 723a2de commit 0814e79
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
set (DEFAULT_LIBDNF_MAJOR_VERSION 0)
set (DEFAULT_LIBDNF_MINOR_VERSION 71)
set (DEFAULT_LIBDNF_MICRO_VERSION 0)
set (DEFAULT_LIBDNF_MICRO_VERSION 1)

if(DEFINED LIBDNF_MAJOR_VERSION)
if(NOT ${DEFAULT_LIBDNF_MAJOR_VERSION} STREQUAL ${LIBDNF_MAJOR_VERSION})
Expand Down
9 changes: 9 additions & 0 deletions docs/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@
LIBDNF Release Notes
######################

====================
0.71.1 Release Notes
====================

- New features:
- Allow DNF to be removed by DNF 5

Bugs fixed in 0.71.1:

====================
0.71.0 Release Notes
====================
Expand Down
2 changes: 1 addition & 1 deletion libdnf.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
%global swig_version 3.0.12
%global libdnf_major_version 0
%global libdnf_minor_version 71
%global libdnf_micro_version 0
%global libdnf_micro_version 1

%define __cmake_in_source_build 1

Expand Down

0 comments on commit 0814e79

Please sign in to comment.