branch: elpa/logview commit 9b2f610a32557937e704b32e97f4b61abdec6845 Author: Paul Pogonyshev <pogonys...@gmail.com> Commit: Paul Pogonyshev <pogonys...@gmail.com>
Bump version to require 'datetime' 0.2, which allows to correctly match 2-digit years. --- logview.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/logview.el b/logview.el index eed424bcc7..b6a818bd32 100644 --- a/logview.el +++ b/logview.el @@ -4,10 +4,10 @@ ;; Author: Paul Pogonyshev <pogonys...@gmail.com> ;; Maintainer: Paul Pogonyshev <pogonys...@gmail.com> -;; Version: 0.5 +;; Version: 0.5.2 ;; Keywords: files, tools ;; Homepage: https://github.com/doublep/logview -;; Package-Requires: ((emacs "24.1") (datetime "0.1")) +;; Package-Requires: ((emacs "24.1") (datetime "0.2")) ;; This program is free software; you can redistribute it and/or ;; modify it under the terms of the GNU General Public License as