Skip to content

Commit

Permalink
Release 3.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-kolarik committed Jun 6, 2023
1 parent 1f9f7a5 commit a3c0098
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.1)
set (PROJECT_VERSION 3.10.0)

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.1',
version : '3.10.0',
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.1
Version: 3.10.0
Release: 1%{?dist}
Summary: Lightweight implementation of DNF in C

Expand Down

0 comments on commit a3c0098

Please sign in to comment.