summaryrefslogtreecommitdiff
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 11879d7c5..a59af3818 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-portage-3.0.51 (UNRELEASED)
+portage-3.0.51 (2023-08-20)
--------------
Features:
diff --git a/meson.build b/meson.build
index 7c1c49349..2b15ca655 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project(
'portage',
'c',
- version : '3.0.50',
+ version : '3.0.51',
license : 'GPL-2.0-or-later',
meson_version : '>=0.58.0'
)