commit: b1e9156f42fd900e4b094c6733963a2e34b9cd45
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 18 22:47:38 2026 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 18 22:47:46 2026 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=b1e9156f
NEWS, meson.build: prepare for portage-3.0.76
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 b0f04fd448..db30c7ee72 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.76 (UNRELEASED)
+portage-3.0.76 (2026-01-18)
--------------
First release with EAPI 9 support declared!
diff --git a/meson.build b/meson.build
index c2c9738104..5c68cd2dc8 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project(
'portage',
'c',
- version : '3.0.75',
+ version : '3.0.76',
license : 'GPL-2.0-or-later',
meson_version : '>=0.58.0'
)