We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5275fe8 commit 2b913e3Copy full SHA for 2b913e3
CMakeLists.txt
@@ -1,6 +1,6 @@
1
cmake_minimum_required (VERSION 2.8.5)
2
project (microdnf C)
3
-set (PROJECT_VERSION 3.8.1)
+set (PROJECT_VERSION 3.9.0)
4
5
list (APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake)
6
meson.build
@@ -1,5 +1,5 @@
project('microdnf', 'c',
- version : '3.8.1',
+ version : '3.9.0',
license : 'GPL-2.0+',
default_options : [
'b_asneeded=True',
microdnf.spec
@@ -1,7 +1,7 @@
%global libdnf_version 0.62.0
Name: microdnf
-Version: 3.8.1
+Version: 3.9.0
Release: 1%{?dist}
Summary: Lightweight implementation of DNF in C
7
0 commit comments