aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-08-20 08:55:41 +0100
committerSam James <sam@gentoo.org>2023-08-20 08:55:41 +0100
commit863c4a6e8d01218e8ac56c523a7951b67ca48297 (patch)
treeb87fd7e601b24bd992b599452fbb87488232124c /meson.build
parentsync: git: don't log on OK signature with --quiet (diff)
downloadportage-863c4a6e8d01218e8ac56c523a7951b67ca48297.tar.gz
portage-863c4a6e8d01218e8ac56c523a7951b67ca48297.tar.bz2
portage-863c4a6e8d01218e8ac56c523a7951b67ca48297.zip
NEWS, meson.build: prepare for portage-3.0.51portage-3.0.51
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 7c1c49349..2b15ca655 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project(
'portage',
'c',
- version : '3.0.50',
+ version : '3.0.51',
license : 'GPL-2.0-or-later',
meson_version : '>=0.58.0'
)