view lisp/vm/vm-version.el @ 134:34a5b81f86ba r20-2b1

Import from CVS: tag r20-2b1
author cvs
date Mon, 13 Aug 2007 09:30:11 +0200
parents 869e1851236b
children b980b6286996
line wrap: on
line source

(provide 'vm)

(provide 'vm-version)

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

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