view lisp/vm/vm-version.el @ 40:7e54bd776075 r19-15b103

Import from CVS: tag r19-15b103
author cvs
date Mon, 13 Aug 2007 08:54:25 +0200
parents c53a95d3c46d
children 8b8b7f3559a2
line wrap: on
line source

(provide 'vm)

(provide 'vm-version)

(defconst vm-version "6.21"
  "Version number of VM.")

(defun vm-version ()
  "Returns the value of the variable vm-version."
  vm-version)