annotate version.sh @ 1384:72bc4b7c2480
[xemacs-hg @ 2003-03-26 04:32:18 by james]
More Andrew Begel stuff, because CVS won't commit the top level and src
stuff at the same time.
author |
james |
date |
Wed, 26 Mar 2003 04:32:18 +0000 |
parents |
f1eb3b6f975b |
children |
aa75c11622fc |
rev |
line source |
163
|
1 #!/bin/sh
|
467
|
2 emacs_is_beta=t
|
265
|
3 emacs_major_version=21
|
474
|
4 emacs_minor_version=5
|
1307
|
5 emacs_beta_version=11
|
|
6 xemacs_codename="cabbage"
|
1380
|
7 xemacs_extra_name="(+CVS-20030325)"
|
708
|
8 emacs_kit_version=
|
298
|
9 infodock_major_version=4
|
|
10 infodock_minor_version=0
|
422
|
11 infodock_build_version=8
|