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 654b3175f..2a2c6bd7f 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.55 (UNRELEASED)
+portage-3.0.55 (2023-11-06)
--------------
Bug fixes:
diff --git a/meson.build b/meson.build
index af36e0406..b760ebf1a 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project(
'portage',
'c',
- version : '3.0.54',
+ version : '3.0.55',
license : 'GPL-2.0-or-later',
meson_version : '>=0.58.0'
)