annotate version.sh @ 1117:b3fcaf7cb856
[xemacs-hg @ 2002-11-22 16:23:52 by james]
I forgot about the broken CVS behavior of not committing the top-level file
changes. This completes the previous commit, removing LISP_FLOAT_TYPE.
author |
james |
date |
Fri, 22 Nov 2002 16:23:53 +0000 |
parents |
cb1d0fc87e10 |
children |
b9828494695f |
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
|
981
|
5 emacs_beta_version=9
|
|
6 xemacs_codename="brussels sprouts"
|
1115
|
7 xemacs_extra_name="(+CVS-20021121)"
|
708
|
8 emacs_kit_version=
|
298
|
9 infodock_major_version=4
|
|
10 infodock_minor_version=0
|
422
|
11 infodock_build_version=8
|