commit: c208c2104552a61af9390e72f700396c0971a9ed
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 1 22:50:22 2026 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jan 1 22:50:22 2026 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=c208c210
NEWS, meson.build: prepare for portage-3.0.74
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 b97830504b..356fe30178 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.74 (UNRELEASED)
+portage-3.0.74 (2025-01-01)
--------------
Features:
diff --git a/meson.build b/meson.build
index 12cf1f520a..194bc0e745 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project(
'portage',
'c',
- version : '3.0.73',
+ version : '3.0.74',
license : 'GPL-2.0-or-later',
meson_version : '>=0.58.0'
)