annotate version.sh @ 2986:66ad30774567
[xemacs-hg @ 2005-10-10 02:45:31 by youngs]
2005-10-10 Steve Youngs <steve@sxemacs.org>
* help.el (view-emacs-news): Use `expand-file-name' instead of
`locate-data-file' as the latter will find any "NEWS" files that
might exist in packages _before_ the one in core.
author |
youngs |
date |
Mon, 10 Oct 2005 02:45:32 +0000 |
parents |
9a0eeef9a5ac |
children |
105753d2552d |
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
|
2931
|
5 emacs_beta_version=22
|
|
6 xemacs_codename="cucumber"
|
708
|
7 emacs_kit_version=
|
298
|
8 infodock_major_version=4
|
|
9 infodock_minor_version=0
|
422
|
10 infodock_build_version=8
|
2985
|
11 xemacs_extra_name="(+CVS-20051009)"
|
2602
|
12 xemacs_release_date="2005-02-18"
|