view lisp/vm/vm-version.el @ 7:c153ca296910

Added tag r19-15b4 for changeset 27bc7f280385
author cvs
date Mon, 13 Aug 2007 08:47:16 +0200
parents 376386a54a3c
children 49a24b4fd526
line wrap: on
line source

(provide 'vm)

(provide 'vm-version)

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

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