commit: 5f6a133ec3526d91faf36d08e4ea34b82971f318
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 22 00:25:14 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jan 22 00:25:14 2025 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=5f6a133e
NEWS, meson.build: prepare for portage-3.0.67
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 5f50777d3a..d0f5ff4ef6 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.67 (UNRELEASED)
+portage-3.0.67 (2025-01-22)
--------------
Breaking changes:
diff --git a/meson.build b/meson.build
index 42ec97310c..da142a8e4f 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project(
'portage',
'c',
- version : '3.0.66.1',
+ version : '3.0.67',
license : 'GPL-2.0-or-later',
meson_version : '>=0.58.0'
)