Skip to content

Commit

Permalink
Release 3.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jrohel committed Sep 9, 2022
1 parent 0c0f30b commit b9a9900
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required (VERSION 2.8.5)
project (microdnf C)
set (PROJECT_VERSION 3.9.0)
set (PROJECT_VERSION 3.9.1)

list (APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake)

Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('microdnf', 'c',
version : '3.9.0',
version : '3.9.1',
license : 'GPL-2.0+',
default_options : [
'b_asneeded=True',
Expand Down
2 changes: 1 addition & 1 deletion microdnf.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%global libdnf_version 0.62.0

Name: microdnf
Version: 3.9.0
Version: 3.9.1
Release: 1%{?dist}
Summary: Lightweight implementation of DNF in C

Expand Down

0 comments on commit b9a9900

Please sign in to comment.