view lisp/vm/vm-version.el @ 1:c0c6a60d29db

Added tag r19-14 for changeset 376386a54a3c
author cvs
date Mon, 13 Aug 2007 08:45:53 +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)