diff options
author | Sam James <sam@gentoo.org> | 2024-01-19 06:36:49 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-19 06:36:49 +0000 |
commit | a7846cf9dc41f03559f64f4ae8b118868197e316 (patch) | |
tree | 397ac8b543a838f13f65426d1d75fce9e043d5c1 | |
parent | eclean: fix eclean-dist with no git3-src dir (diff) | |
download | gentoolkit-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-- | NEWS | 4 | ||||
-rw-r--r-- | meson.build | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -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' ) |