commit: 72c7a1401553f25f21bf3993a9feeebc0f3eddc1
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 9 02:48:49 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Aug 9 02:48:49 2023 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=72c7a140
NEWS, meson.build: prepare for portage-3.0.50
Signed-off-by: Sam James <sam <AT> gentoo.org>
NEWS | 2 +-
meson.build | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 281cbc2c9..c39e04671 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-portage-3.0.50 (UNRELEASED)
+portage-3.0.50 (2023-08-09)
--------------
Breaking changes:
diff --git a/meson.build b/meson.build
index 3d2a053b5..7c1c49349 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project(
'portage',
'c',
- version : '3.0.49',
+ version : '3.0.50',
license : 'GPL-2.0-or-later',
meson_version : '>=0.58.0'
)