comparison lisp/vm/vm-version.el @ 10:49a24b4fd526 r19-15b6

Import from CVS: tag r19-15b6
author cvs
date Mon, 13 Aug 2007 08:47:52 +0200
parents 376386a54a3c
children 859a2309aef8
comparison
equal deleted inserted replaced
9:6f2bbbbbe05a 10:49a24b4fd526
1 (provide 'vm) 1 (provide 'vm)
2 2
3 (provide 'vm-version) 3 (provide 'vm-version)
4 4
5 (defconst vm-version "5.96 (beta)" 5 (defconst vm-version "5.97"
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)