Variable: rst-official-version
rst-official-version is a variable defined in rst.el.gz.
Value
"1.5.2"
Documentation
Official version of the package.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/rst.el.gz
;; Maintained by the release process.
(defconst rst-official-version
(rst-extract-version "%" "OfficialVersion: " "[0-9]+\\(?:\\.[0-9]+\\)+" " "
"%OfficialVersion: 1.5.2 %")
"Official version of the package.")