branch: externals/assess commit e5b0415126c6bd24bd220759ff04220d963a0195 Author: Phillip Lord <phillip.l...@russet.org.uk> Commit: Phillip Lord <phillip.l...@russet.org.uk>
Update README and release number --- README.md | 9 ++++++--- assess.el | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 13b7f46d3f..5e244bc583 100644 --- a/README.md +++ b/README.md @@ -45,12 +45,15 @@ Emacs-25.1 release. Release ------- +## Version 5.0 (SNAPSHOT) + ## Version 0.4 This release features the first feature added by an external contributor -(thanks to Damien Cassou). Assess now also supports the entire Emacs-24 -series, after several requests; that this was possible was largely, if -indirectly, due to Nicolas Petton's seq.el supporting all these versions +(thanks to Matus Goljer and Damien Cassou). Assess now also supports the +entire Emacs-24 series, after several requests; that this was possible was +largely, if indirectly, due to Nicolas Petton's seq.el supporting all these +versions ### Features diff --git a/assess.el b/assess.el index 18f206f443..e084e218f4 100644 --- a/assess.el +++ b/assess.el @@ -6,7 +6,7 @@ ;; Author: Phillip Lord <phillip.l...@russet.org.uk> ;; Maintainer: Phillip Lord <phillip.l...@russet.org.uk> -;; Version: 0.4 +;; Version: 0.5 ;; Package-Requires: ((emacs "24.1")(m-buffer "0.15")) ;; The contents of this file are subject to the GPL License, Version 3.0.