commit: ab3b333cd1ff76d79367a8e74e981a5ddc388c8e
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 16 03:36:33 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Dec 16 03:36:33 2025 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=ab3b333c
NEWS, meson.build: prepare for portage-3.0.73
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 8f97441046..f0fe990ec5 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.73 (UNRELEASED)
+portage-3.0.73 (2025-12-16)
--------------
Final EAPI 9 features and conversion to function-local imports (rather
diff --git a/meson.build b/meson.build
index 50b552a23c..12cf1f520a 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project(
'portage',
'c',
- version : '3.0.72',
+ version : '3.0.73',
license : 'GPL-2.0-or-later',
meson_version : '>=0.58.0'
)