Skip to content

Commit

Permalink
Bump version to 0.42.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jrohel committed Jan 5, 2020
1 parent 0d12067 commit d3eb5c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION.cmake
@@ -1,4 +1,4 @@
set (LIBDNF_MAJOR_VERSION 0)
set (LIBDNF_MINOR_VERSION 41)
set (LIBDNF_MINOR_VERSION 42)
set (LIBDNF_MICRO_VERSION 0)
set (LIBDNF_VERSION ${LIBDNF_MAJOR_VERSION}.${LIBDNF_MINOR_VERSION}.${LIBDNF_MICRO_VERSION})
2 changes: 1 addition & 1 deletion libdnf.spec
Expand Up @@ -48,7 +48,7 @@
%{nil}

Name: libdnf
Version: 0.41.0
Version: 0.42.0
Release: 1%{?dist}
Summary: Library providing simplified C and Python API to libsolv
License: LGPLv2+
Expand Down

0 comments on commit d3eb5c9

Please sign in to comment.