Skip to content

Commit 90b1a26

Browse files
malmond77m-blaha
authored andcommitted
Bump versions
This change depends on changes committed in librepo-1.13.1 and it is a pre-requisite for another change in dnf, so we bump this version. This is a distinct commit to make backporting this change easier.
1 parent 02fc512 commit 90b1a26

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

VERSION.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
set (DEFAULT_LIBDNF_MAJOR_VERSION 0)
22
set (DEFAULT_LIBDNF_MINOR_VERSION 61)
3-
set (DEFAULT_LIBDNF_MICRO_VERSION 0)
3+
set (DEFAULT_LIBDNF_MICRO_VERSION 1)
44

55
if(DEFINED LIBDNF_MAJOR_VERSION)
66
if(NOT ${DEFAULT_LIBDNF_MAJOR_VERSION} STREQUAL ${LIBDNF_MAJOR_VERSION})

libdnf.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
%global libsolv_version 0.7.17
22
%global libmodulemd_version 2.11.2-2
3-
%global librepo_version 1.13.0
3+
%global librepo_version 1.13.1
44
%global dnf_conflict 4.3.0
55
%global swig_version 3.0.12
66
%global libdnf_major_version 0
77
%global libdnf_minor_version 61
8-
%global libdnf_micro_version 0
8+
%global libdnf_micro_version 1
99

1010
%define __cmake_in_source_build 1
1111

0 commit comments

Comments
 (0)