commit: 08a650791f3b8843f433a098b26089402f81e135
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 17 06:10:26 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Nov 17 06:10:26 2025 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=08a65079
NEWS, meson.build: prepare for portage-3.0.72
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 252ed763b5..a0402f4921 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.72 (UNRELEASED)
+portage-3.0.72 (2025-11-17)
--------------
Lots of EAPI 9 preparation.
diff --git a/meson.build b/meson.build
index e9adcba93c..50b552a23c 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project(
'portage',
'c',
- version : '3.0.71',
+ version : '3.0.72',
license : 'GPL-2.0-or-later',
meson_version : '>=0.58.0'
)