aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-09-11 02:27:37 +0100
committerSam James <sam@gentoo.org>2024-09-11 02:27:37 +0100
commit3da5d7434be3a4005bba96dff425dd330f12deeb (patch)
treed1844133e0e92ed3535d26890ddf66aeccdc8ed4
parentNEWS: update (diff)
downloadportage-3da5d7434be3a4005bba96dff425dd330f12deeb.tar.gz
portage-3da5d7434be3a4005bba96dff425dd330f12deeb.tar.bz2
portage-3da5d7434be3a4005bba96dff425dd330f12deeb.zip
NEWS, meson.build: prepare for portage-3.0.66portage-3.0.66
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 2de6866ca..1bdd3d15c 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.66 (UNRELEASED)
+portage-3.0.66 (2024-09-11)
--------------
Features:
diff --git a/meson.build b/meson.build
index 673c1e631..c6f8303d2 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project(
'portage',
'c',
- version : '3.0.65',
+ version : '3.0.66',
license : 'GPL-2.0-or-later',
meson_version : '>=0.58.0'
)