annotate version.sh @ 2564:d96db265d893
[xemacs-hg @ 2005-02-04 03:04:04 by ben]
Remove out-of-date doc files
* BUGS, README.packages: Delete, incorporate into FAQ.
README: Incorporate into FAQ. Delete everything but text
pointing to FAQ.
author |
ben |
date |
Fri, 04 Feb 2005 03:04:06 +0000 |
parents |
f5d0a1afc3ec |
children |
1ca50d26eaf2 |
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
|
2556
|
11 xemacs_extra_name="(+CVS-20050203)"
|