~dsemy/vcomplete

93ae3db40d07ae15e61d34c3c3870de5d2fce2de — Daniel Semyonov 1 year, 11 months ago b7d4b72 2.0
; Bump version to 2.0
4 files changed, 5 insertions(+), 5 deletions(-)

M .build.yml
M config.mk
M vcomplete.el
M vcomplete.texi
M .build.yml => .build.yml +1 -1
@@ 8,4 8,4 @@ tasks:
                cd vcomplete
                make
artifacts:
        - vcomplete/vcomplete-1.2.1.tar
        - vcomplete/vcomplete-2.0.tar

M config.mk => config.mk +1 -1
@@ 1,5 1,5 @@
PKG     = vcomplete
VERSION = 1.2.1
VERSION = 2.0

INSTALLINFO = install-info
MAKEINFO    = makeinfo

M vcomplete.el => vcomplete.el +1 -1
@@ 4,7 4,7 @@

;; Author: Daniel Semyonov <daniel@dsemy.com>
;; Maintainer: Vcomplete Mailing List <~dsemy/vcomplete-devel@lists.sr.ht>
;; Version: 1.2.1
;; Version: 2.0
;; Package-Requires: ((emacs "25.1"))
;; Keywords: convenience, matching
;; URL: https://dsemy.com/projects/vcomplete

M vcomplete.texi => vcomplete.texi +2 -2
@@ 28,7 28,7 @@ General Public License for more details.

@titlepage
@title Vcomplete User Manual
@subtitle for version 1.2.1.
@subtitle for version 2.0
@author Daniel Semyonov
@page
@vskip 0pt plus 1filll


@@ 46,7 46,7 @@ point the completion list buffer and (optionally) automatically
updates it.

@noindent
This manual is for Vcomplete version 1.2.1.
This manual is for Vcomplete version 2.0

@insertcopying
@end ifnottex