branch: elpa/annotate commit 4972c555c6e67d76a330595f5f517f427aa7c277 Author: cage <cage-invalid@invalid> Commit: cage <cage-invalid@invalid>
- fixed version number. --- annotate.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/annotate.el b/annotate.el index b90f575667..29af2cb00a 100644 --- a/annotate.el +++ b/annotate.el @@ -52,7 +52,7 @@ ;;;###autoload (defgroup annotate nil "Annotate files without changing them." - :version "0.4.7" + :version "0.5.0" :group 'text) ;;;###autoload