comparison lisp/vm/vm-version.el @ 20:859a2309aef8 r19-15b93

Import from CVS: tag r19-15b93
author cvs
date Mon, 13 Aug 2007 08:50:05 +0200
parents 49a24b4fd526
children 4103f0995bd7
comparison
equal deleted inserted replaced
19:ac1f612d5250 20:859a2309aef8
1 (provide 'vm) 1 (provide 'vm)
2 2
3 (provide 'vm-version) 3 (provide 'vm-version)
4 4
5 (defconst vm-version "5.97" 5 (defconst vm-version "6.13"
6 "Version number of VM.") 6 "Version number of VM.")
7 7
8 (defun vm-version () 8 (defun vm-version ()
9 "Returns the value of the variable vm-version." 9 "Returns the value of the variable vm-version."
10 vm-version) 10 vm-version)