Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Filipe Laíns
Pacman
Commits
f6564377
Commit
f6564377
authored
Nov 01, 2019
by
Allan McRae
Browse files
Release 5.2.1
Signed-off-by:
Allan McRae
<
allan@archlinux.org
>
parent
c9613f3a
Changes
3
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
f6564377
...
...
@@ -42,12 +42,12 @@ AC_PREREQ(2.64)
# pacman_version_micro += 1
m4_define([lib_current], [12])
m4_define([lib_revision], [
0
])
m4_define([lib_revision], [
1
])
m4_define([lib_age], [0])
m4_define([pacman_version_major], [5])
m4_define([pacman_version_minor], [2])
m4_define([pacman_version_micro], [
0
])
m4_define([pacman_version_micro], [
1
])
m4_define([pacman_version],
[pacman_version_major.pacman_version_minor.pacman_version_micro])
...
...
doc/index.asciidoc
View file @
f6564377
...
...
@@ -77,6 +77,7 @@ Releases
[frame="topbot",grid="none",options="header,autowidth"]
!======
!Version !Date
!5.2.1 !2019-11-01
!5.2.0 !2019-10-21
!5.1.3 !2019-03-01
!5.1.2 !2018-12-25
...
...
meson.build
View file @
f6564377
project('pacman',
'c',
version : '5.2.
0
',
version : '5.2.
1
',
license : 'GPLv2+',
default_options : [
'c_std=gnu99',
...
...
@@ -10,7 +10,7 @@ project('pacman',
],
meson_version : '>= 0.51')
libalpm_version = '12.0.
0
'
libalpm_version = '12.0.
1
'
cc = meson.get_compiler('c')
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment