view lisp/vm/vm-version.el @ 149:538048ae2ab8 r20-3b1

Import from CVS: tag r20-3b1
author cvs
date Mon, 13 Aug 2007 09:36:16 +0200
parents 2af401a6ecca
children 43dd3413c7c7
line wrap: on
line source

(provide 'vm)

(provide 'vm-version)

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

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