;ELC   
;;; compiled by dgilbert@gamiga.guelphnet.dweomer.org on Thu Dec 29 10:14:44 1994
;;; from file five:CWork/emacs-19.25/vm/vm-version.el
;;; emacs version 19.25.1.
;;; bytecomp version FSF 2.10
;;; optimization is on.
;;; this file uses opcodes which do not exist in Emacs 18.

(if (and (boundp 'emacs-version)
	 (or (and (boundp 'epoch::version) epoch::version)
	     (string-lessp emacs-version "19")))
    (error "`five:CWork/emacs-19.25/vm/vm-version.el' was compiled for Emacs 19"))

(provide (quote vm))
(defconst vm-version "5.72 (beta)" "\
Version number of VM.")
(defun vm-version nil "\
Returns the value of the variable vm-version." vm-version)
