diff options
-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' ) |