view lisp/vm/vm-version.el @ 46:6a22abad6937 r19-15

Import from CVS: tag r19-15
author cvs
date Mon, 13 Aug 2007 08:55:31 +0200
parents 8b8b7f3559a2
children 05472e90ae02
line wrap: on
line source

(provide 'vm)

(provide 'vm-version)

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

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