summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-01-02 03:35:35 +0000
committerSam James <sam@gentoo.org>2024-01-02 03:35:35 +0000
commitd4cb398347200b2aa62e9c554d6d856cd17c294f (patch)
tree11fec05048eb5c616a986bab0a8bdf79c97bdeaf
parentNEWS: update (diff)
downloadportage-3.0.60.tar.gz
portage-3.0.60.tar.bz2
portage-3.0.60.zip
NEWS, meson.build: prepare for portage-3.0.60portage-3.0.60
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--NEWS2
-rw-r--r--meson.build2
2 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index cc2868889..c8366cf5f 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.60 (UNRELEASED)
+portage-3.0.60 (2024-01-02)
--------------
A small set of binpkg robustness fixes.
diff --git a/meson.build b/meson.build
index 71330fd5f..77cec1d11 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project(
'portage',
'c',
- version : '3.0.59',
+ version : '3.0.60',
license : 'GPL-2.0-or-later',
meson_version : '>=0.58.0'
)