diff options
author | Sam James <sam@gentoo.org> | 2022-11-22 00:28:22 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-11-22 00:30:58 +0000 |
commit | 0e0cbf3999a71ee978786b520562ee09e02f2027 (patch) | |
tree | 1879a81107204cd3ce1f15783525a87cdd11a6e1 | |
parent | Produce xz dist tarballs (diff) | |
download | eselect-vi-0e0cbf3999a71ee978786b520562ee09e02f2027.tar.gz eselect-vi-0e0cbf3999a71ee978786b520562ee09e02f2027.tar.bz2 eselect-vi-0e0cbf3999a71ee978786b520562ee09e02f2027.zip |
Bump to version 1.31.3
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | vi.eselect.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vi.eselect.in b/vi.eselect.in index 3bcba1f..a5cdf56 100644 --- a/vi.eselect.in +++ b/vi.eselect.in @@ -1,10 +1,10 @@ # -*-eselect-*- vim: ft=eselect -# Copyright 1999-2020 Gentoo Foundation +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 DESCRIPTION="Manage /usr/bin/vi implementations" MAINTAINER="vim@gentoo.org" -VERSION="1.2" +VERSION="1.3" # find a list of vi symlink targets, best first find_targets() { |