annotate version.sh @ 2757:7844ab77b582
[xemacs-hg @ 2005-05-05 17:10:19 by aidan]
Some spelling and grammar fixes.
author |
aidan |
date |
Thu, 05 May 2005 17:10:54 +0000 |
parents |
84e58d54ba89 |
children |
562b90100df9 |
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
|
2653
|
5 emacs_beta_version=20
|
|
6 xemacs_codename="cilantro"
|
708
|
7 emacs_kit_version=
|
298
|
8 infodock_major_version=4
|
|
9 infodock_minor_version=0
|
422
|
10 infodock_build_version=8
|
2755
|
11 xemacs_extra_name="(+CVS-20050504)"
|
2602
|
12 xemacs_release_date="2005-02-18"
|