commit: 36f63dca6c2dfa305ccba249a276f2f49184c533
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 14 03:16:51 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Sep 14 03:16:51 2025 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=36f63dca
NEWS, meson.build: prepare for portage-3.0.69
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 a7c131bf66..15de11ea05 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.69 (UNRELEASED)
+portage-3.0.69 (2025-09-14)
--------------
Security:
diff --git a/meson.build b/meson.build
index 6db42be16a..ccb2a7c439 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project(
'portage',
'c',
- version : '3.0.68',
+ version : '3.0.69',
license : 'GPL-2.0-or-later',
meson_version : '>=0.58.0'
)