commit: 49bad53c1d87b61e3d3b5766b88e7051dda1f3ce
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 27 21:24:09 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Dec 27 21:24:09 2023 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=49bad53c
NEWS, meson.build: prepare for portage-3.0.59
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 08acf52c78..5f26e97155 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.59 (UNRELEASED)
+portage-3.0.59 (2023-12-27)
--------------
Features:
diff --git a/meson.build b/meson.build
index d73c3efb0f..71330fd5f2 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project(
'portage',
'c',
- version : '3.0.58',
+ version : '3.0.59',
license : 'GPL-2.0-or-later',
meson_version : '>=0.58.0'
)