Release 3.5.0

This commit is contained in:
Nicola Sella 2020-11-12 18:30:41 +01:00
parent 428d027939
commit 0d353c9c05
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
cmake_minimum_required (VERSION 2.8.5)
project (microdnf C)
set (PROJECT_VERSION 3.4.0)
set (PROJECT_VERSION 3.5.0)
list (APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake)

View File

@ -1,5 +1,5 @@
project('microdnf', 'c',
version : '3.4.0',
version : '3.5.0',
license : 'GPL-3.0+',
default_options : [
'b_asneeded=True',

View File

@ -1,7 +1,7 @@
%global libdnf_version 0.55.0
Name: microdnf
Version: 3.4.0
Version: 3.5.0
Release: 1%{?dist}
Summary: Minimal C implementation of DNF