From 75eb3f4cd348c29f81645624428d02aa04dd3cbc Mon Sep 17 00:00:00 2001 From: Allan McRae Date: Thu, 20 May 2021 13:32:12 +1000 Subject: Release 6.0.0 Signed-off-by: Allan McRae --- doc/index.asciidoc | 2 ++ meson.build | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/index.asciidoc b/doc/index.asciidoc index 87f07dda..47295f9b 100644 --- a/doc/index.asciidoc +++ b/doc/index.asciidoc @@ -77,6 +77,8 @@ Releases [frame="topbot",grid="none",options="header,autowidth"] !====== !Version !Date +!6.0.0 !2021-05-20 +!6.0.0alpha1 !2020-12-04 !5.2.1 !2019-11-01 !5.2.0 !2019-10-21 !5.1.3 !2019-03-01 diff --git a/meson.build b/meson.build index 46f38de6..26c92b8e 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('pacman', 'c', - version : '5.2.1', + version : '6.0.0', license : 'GPLv2+', default_options : [ 'c_std=gnu99', @@ -10,7 +10,7 @@ project('pacman', ], meson_version : '>= 0.51') -libalpm_version = '12.0.1' +libalpm_version = '13.0.0' cc = meson.get_compiler('c') -- cgit v1.2.3-24-g4f1b