diff options
-rw-r--r-- | lisp/textmodes/rst.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/rst.el b/lisp/textmodes/rst.el index 0755d5fc813..7fbacbe358c 100644 --- a/lisp/textmodes/rst.el +++ b/lisp/textmodes/rst.el @@ -267,7 +267,7 @@ in parentheses follows the development revision and the time stamp.") ("1.3.0" . "24.3") ("1.3.1" . "24.3") ("1.4.0" . "24.3") - ("1.4.1" . "24.5") + ("1.4.1" . "25.1") )) (unless (assoc rst-official-version rst-package-emacs-version-alist) |