aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--meson.build2
2 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 8ec71ffeb..f91470175 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 b06e1f488..3d1a27b70 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'
)