annotate version.sh @ 1959:b10161763edf
[xemacs-hg @ 2004-03-20 12:51:25 by adrian]
xemacs-21.5: Typo and copycat fix for etc/sample.init.el
-------------------- ChangeLog entries follow: --------------------
etc/ChangeLog addition:
2004-03-20 Adrian Aichner <adrian@xemacs.org>
* sample.init.el: Typo and copycat fix.
author |
adrian |
date |
Sat, 20 Mar 2004 12:51:25 +0000 |
parents |
308063db4f18 |
children |
aca6e69964bf |
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
|
1716
|
5 emacs_beta_version=16
|
|
6 xemacs_codename="celeriac"
|
1958
|
7 xemacs_extra_name="(+CVS-20040319)"
|
708
|
8 emacs_kit_version=
|
298
|
9 infodock_major_version=4
|
|
10 infodock_minor_version=0
|
422
|
11 infodock_build_version=8
|