Skip to content

Commit

Permalink
Release 0.69.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jrohel committed Sep 9, 2022
1 parent 6744080 commit 5c6d9cd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
set (DEFAULT_LIBDNF_MAJOR_VERSION 0)
set (DEFAULT_LIBDNF_MINOR_VERSION 68)
set (DEFAULT_LIBDNF_MINOR_VERSION 69)
set (DEFAULT_LIBDNF_MICRO_VERSION 0)

if(DEFINED LIBDNF_MAJOR_VERSION)
Expand Down
7 changes: 7 additions & 0 deletions docs/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@
LIBDNF Release Notes
######################

====================
0.69.0 Release Notes
====================

- New features:
- Expose librepo max_downloads_per_mirror configuration

====================
0.68.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 @@ -4,7 +4,7 @@
%global dnf_conflict 4.11.0
%global swig_version 3.0.12
%global libdnf_major_version 0
%global libdnf_minor_version 68
%global libdnf_minor_version 69
%global libdnf_micro_version 0

%define __cmake_in_source_build 1
Expand Down

0 comments on commit 5c6d9cd

Please sign in to comment.