view lisp/vm/vm-version.el @ 86:364816949b59 r20-0b93

Import from CVS: tag r20-0b93
author cvs
date Mon, 13 Aug 2007 09:09:02 +0200
parents c0c698873ce1
children 0d2f883870bc
line wrap: on
line source

(provide 'vm)

(provide 'vm-version)

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

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