annotate version.sh @ 1733:5903b079bee1
[xemacs-hg @ 2003-10-07 21:52:12 by james]
Use module-extensions instead of an explicit list of module extensions.
author |
james |
date |
Tue, 07 Oct 2003 21:52:26 +0000 |
parents |
2efe1d771c94 |
children |
b3a46c249e7b |
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"
|
1732
|
7 xemacs_extra_name="(+CVS-20031002)"
|
708
|
8 emacs_kit_version=
|
298
|
9 infodock_major_version=4
|
|
10 infodock_minor_version=0
|
422
|
11 infodock_build_version=8
|