commit: 08af84b13342c86aa4c99c3d6532d26fa5703ec8
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 28 00:28:50 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 28 00:28:50 2024 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=08af84b1
meson.build, NEWS: prepare for portage-3.0.64
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 8ec71ffeb9..f91470175d 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.64 (UNRELEASED)
+portage-3.0.64 (2024-04-28)
--------------
Features:
diff --git a/meson.build b/meson.build
index b06e1f4881..3d1a27b70e 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project(
'portage',
'c',
- version : '3.0.63',
+ version : '3.0.64',
license : 'GPL-2.0-or-later',
meson_version : '>=0.58.0'
)