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 281cbc2c9..c39e04671 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-portage-3.0.50 (UNRELEASED)
+portage-3.0.50 (2023-08-09)
--------------
Breaking changes:
diff --git a/meson.build b/meson.build
index 3d2a053b5..7c1c49349 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project(
'portage',
'c',
- version : '3.0.49',
+ version : '3.0.50',
license : 'GPL-2.0-or-later',
meson_version : '>=0.58.0'
)