aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-10-03 16:32:10 +0100
committerSam James <sam@gentoo.org>2023-10-03 16:32:10 +0100
commit0417ba494fac33377965a582ebc2386ffd8ca91e (patch)
tree201177175acd5124627c8f79ef57a2117e811661 /meson.build
parent_get_lock_fn: support multiprocessing spawn start method (bug 915119) (diff)
downloadportage-0417ba494fac33377965a582ebc2386ffd8ca91e.tar.gz
portage-0417ba494fac33377965a582ebc2386ffd8ca91e.tar.bz2
portage-0417ba494fac33377965a582ebc2386ffd8ca91e.zip
NEWS, meson.build: prepare for portage-3.0.52portage-3.0.52
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 7b54b61ba..56788a3db 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project(
'portage',
'c',
- version : '3.0.51',
+ version : '3.0.52',
license : 'GPL-2.0-or-later',
meson_version : '>=0.58.0'
)