annotate version.sh @ 2395:18ac62f31c57
[xemacs-hg @ 2004-11-17 02:32:16 by ben]
fix crlf problems
author |
ben |
date |
Wed, 17 Nov 2004 02:32:16 +0000 |
parents |
1100ab30735c |
children |
1643f39920cb |
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
|
2346
|
5 emacs_beta_version=18
|
|
6 xemacs_codename="chestnut"
|
708
|
7 emacs_kit_version=
|
298
|
8 infodock_major_version=4
|
|
9 infodock_minor_version=0
|
422
|
10 infodock_build_version=8
|
2394
|
11 xemacs_extra_name="(+CVS-20041116)"
|