commit: 5fbaf1c9f63357148967ee3de21b89a0d4755639
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 10 22:31:23 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 10 22:31:38 2023 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=5fbaf1c9
NEWS, meson.build: prepare for portage-3.0.57
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 e0ae2dffb5..2c9b4ba13b 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.57 (UNRELEASED)
+portage-3.0.57 (2023-12-10)
--------------
This release has a series of binpkg robustness fixes. Notably, it includes
diff --git a/meson.build b/meson.build
index 425e6310f8..418ba487e5 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project(
'portage',
'c',
- version : '3.0.56',
+ version : '3.0.57',
license : 'GPL-2.0-or-later',
meson_version : '>=0.58.0'
)