branch: elpa/annotate commit 4fde80fe7931285f8a593d1fffc9f917d2d2757d Author: cage <cage-invalid@invalid> Commit: cage <cage-invalid@invalid>
- updated software version number in the comment on top of the source code; - improved a bit README. --- README.org | 3 ++- annotate.el | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 8369005749..4439f50aa1 100644 --- a/README.org +++ b/README.org @@ -178,4 +178,5 @@ As a shortcut, an empty query will match everything (just press ~return~ at prompt). * LICENSE -This package is released under the MIT license [[./LICENSE][LICENSE]] + +This package is released under the MIT license, see file [[./LICENSE][LICENSE]] diff --git a/annotate.el b/annotate.el index 953b4d8a52..b34091d8af 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.4.8 +;; Version: 0.5.0 ;; This file is NOT part of GNU Emacs.