commit: ef151f2dfca9c500880ed437581b80cf157cfeed
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 6 21:39:48 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Nov 6 21:39:48 2023 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=ef151f2d
NEWS, meson.build: prepare for portage-3.0.55
Signed-off-by: Sam James <sam <AT> gentoo.org>
NEWS | 2 +-
meson.build | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 654b3175f0..2a2c6bd7f0 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 af36e0406c..b760ebf1a0 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'
)