commit: 9b89b9824dad7c6e99ecd6f16d6668631bdbf56c
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 25 05:44:41 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Oct 25 05:44:41 2023 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=9b89b982
NEWS, meson.build: prepare for portage-3.0.54
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 e44d25d62c..d0d666086d 100644
--- a/NEWS
+++ b/NEWS
@@ -6,7 +6,7 @@ Release notes take the form of the following optional
categories:
* Bug fixes
* Cleanups
-portage-3.0.54 (UNRELEASED)
+portage-3.0.54 (2023-10-25)
--------------
Zac has continued working on preparing us for the 'spawn' multiprocessing
diff --git a/meson.build b/meson.build
index 4735205492..af36e0406c 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project(
'portage',
'c',
- version : '3.0.53',
+ version : '3.0.54',
license : 'GPL-2.0-or-later',
meson_version : '>=0.58.0'
)