diff options
author | Allan McRae <allan@archlinux.org> | 2019-11-01 01:57:09 +0100 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2019-11-01 01:57:09 +0100 |
commit | f6564377a2b0a0dd6294fb366a3f91a31142e124 (patch) | |
tree | f92f79072a35017083a8f475df29977a07b5ee8b | |
parent | c9613f3a0ac0ecc3e7c3f99913eee1b49bf2bab1 (diff) | |
download | pacman-5.2.1.tar.gz pacman-5.2.1.tar.xz |
Release 5.2.1v5.2.1
Signed-off-by: Allan McRae <allan@archlinux.org>
-rw-r--r-- | configure.ac | 4 | ||||
-rw-r--r-- | doc/index.asciidoc | 1 | ||||
-rw-r--r-- | meson.build | 4 |
3 files changed, 5 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index d68b3591..305432b3 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) diff --git a/doc/index.asciidoc b/doc/index.asciidoc index d521c6d6..33983f78 100644 --- a/doc/index.asciidoc +++ b/doc/index.asciidoc @@ -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 diff --git a/meson.build b/meson.build index 1e2a78c3..8c296cb8 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ 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') |