(provide 'vm)

(defconst vm-version "5.70.L (beta)"
  "Version number of VM.")

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