view lisp/vm/vm-version.el @ 195:a2f645c6b9f8 r20-3b24

Import from CVS: tag r20-3b24
author cvs
date Mon, 13 Aug 2007 09:59:05 +0200
parents 489f57a838ef
children
line wrap: on
line source

(provide 'vm)

(provide 'vm-version)

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

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