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 0f7cef12f..ce9ed282b 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.56 (UNRELEASED)
+portage-3.0.56 (2023-12-01)
--------------
In particular, this release improves dependency resolution robustness in
diff --git a/meson.build b/meson.build
index b760ebf1a..425e6310f 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project(
'portage',
'c',
- version : '3.0.55',
+ version : '3.0.56',
license : 'GPL-2.0-or-later',
meson_version : '>=0.58.0'
)