Skip to content

Commit 2b913e3

Browse files
committed
Release 3.9.0
1 parent 5275fe8 commit 2b913e3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required (VERSION 2.8.5)
22
project (microdnf C)
3-
set (PROJECT_VERSION 3.8.1)
3+
set (PROJECT_VERSION 3.9.0)
44

55
list (APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake)
66

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('microdnf', 'c',
2-
version : '3.8.1',
2+
version : '3.9.0',
33
license : 'GPL-2.0+',
44
default_options : [
55
'b_asneeded=True',

microdnf.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%global libdnf_version 0.62.0
22

33
Name: microdnf
4-
Version: 3.8.1
4+
Version: 3.9.0
55
Release: 1%{?dist}
66
Summary: Lightweight implementation of DNF in C
77

0 commit comments

Comments
 (0)