aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-01-19 06:36:49 +0000
committerSam James <sam@gentoo.org>2024-01-19 06:36:49 +0000
commita7846cf9dc41f03559f64f4ae8b118868197e316 (patch)
tree397ac8b543a838f13f65426d1d75fce9e043d5c1
parenteclean: fix eclean-dist with no git3-src dir (diff)
downloadgentoolkit-a7846cf9dc41f03559f64f4ae8b118868197e316.tar.gz
gentoolkit-a7846cf9dc41f03559f64f4ae8b118868197e316.tar.bz2
gentoolkit-a7846cf9dc41f03559f64f4ae8b118868197e316.zip
NEWS, meson.build: prepare for gentoolkit-0.6.5gentoolkit-0.6.5
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--NEWS4
-rw-r--r--meson.build2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 7d8b7d0..f3bd744 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,9 @@
News (new features/major bug fixes)
+gentoolkit-0.6.5
+----------------
+ * eclean: fix eclean-dist with no git3-src dir (bug #922455)
+
gentoolkit-0.6.4
----------------
* Raise portage requirement to >=3.0.57
diff --git a/meson.build b/meson.build
index 109fa82..c771738 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project(
'gentoolkit',
'c',
- version : '0.6.4',
+ version : '0.6.5',
license : 'GPL-2.0-or-later',
meson_version : '>=0.64.0'
)