Variable: rst-version
rst-version is a variable defined in rst.el.gz.
Value
"1.5.2"
Documentation
The version string.
Starts with the current official version. For developer versions in parentheses follows the development revision and the time stamp.
Probably introduced at or before Emacs version 24.3.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/rst.el.gz
(defconst rst-version
(if (equal rst-official-cvs-rev rst-cvs-rev)
rst-official-version
(format "%s (development %s [%s])" rst-official-version
rst-cvs-rev rst-cvs-timestamp))
"The version string.
Starts with the current official version. For developer versions
in parentheses follows the development revision and the time stamp.")