Skip to content

Commit

Permalink
Release v6.0.2
Browse files Browse the repository at this point in the history
Signed-off-by: Allan McRae <[email protected]>
  • Loading branch information
allanmcrae committed Oct 3, 2022
1 parent 8c61170 commit c2d4568
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions doc/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ Releases
[frame="topbot",grid="none",options="header,autowidth"]
!======
!Version !Date
!6.0.2 !2022-10-03
!6.0.1 !2021-09-04
!6.0.0 !2021-05-20
!6.0.0alpha1 !2020-12-04
Expand Down
4 changes: 2 additions & 2 deletions meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project('pacman',
'c',
version : '6.0.1',
version : '6.0.2',
license : 'GPLv2+',
default_options : [
'c_std=gnu99',
Expand All @@ -10,7 +10,7 @@ project('pacman',
],
meson_version : '>= 0.51')

libalpm_version = '13.0.1'
libalpm_version = '13.0.2'

cc = meson.get_compiler('c')

Expand Down

0 comments on commit c2d4568

Please sign in to comment.