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 bb48e3819..2dbe16461 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.65 (UNRELEASED)
+portage-3.0.65 (2024-06-04)
--------------
Features:
diff --git a/meson.build b/meson.build
index 3d1a27b70..673c1e631 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project(
'portage',
'c',
- version : '3.0.64',
+ version : '3.0.65',
license : 'GPL-2.0-or-later',
meson_version : '>=0.58.0'
)