branch: elpa/annotate commit 85520c0202979fcf43880b8f4050516803a65860 Author: cage <cage-invalid@invalid> Commit: cage <cage-invalid@invalid>
- fixed version number. --- Changelog | 2 +- NEWS.org | 2 +- annotate.el | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Changelog b/Changelog index bfcb15ccf1..1fb758125c 100644 --- a/Changelog +++ b/Changelog @@ -1,7 +1,7 @@ 2020-06-09 Bastian Bechtold, cage * annotate.el (annotate-buffers-annotate-mode, annotate-switch-db) - added functions to switch the database of annotations used for the emacs session; - - increased version to 0.7.1 + - increased version to 0.8.0 2020-05-18 Bastian Bechtold, cage * annotate.el diff --git a/NEWS.org b/NEWS.org index 395afe503b..cbbce9065c 100644 --- a/NEWS.org +++ b/NEWS.org @@ -115,5 +115,5 @@ - 2020-05-18 V0.7.0 Bastian Bechtold, cage :: Increased version to 0.7.0 for stable release -- 2020-06-09 V0.7.1 Bastian Bechtold, cage :: +- 2020-06-09 V0.8.0 Bastian Bechtold, cage :: The database of annotation can be changed using the command ~annotate-switch-db~. diff --git a/annotate.el b/annotate.el index 9b7da0890a..84789fcc5d 100644 --- a/annotate.el +++ b/annotate.el @@ -7,7 +7,7 @@ ;; Maintainer: Bastian Bechtold ;; URL: https://github.com/bastibe/annotate.el ;; Created: 2015-06-10 -;; Version: 0.7.1 +;; Version: 0.8.0 ;; This file is NOT part of GNU Emacs. @@ -55,7 +55,7 @@ ;;;###autoload (defgroup annotate nil "Annotate files without changing them." - :version "0.7.1" + :version "0.8.0" :group 'text) ;;;###autoload