annotate version.sh @ 1688:034a2ddf5b6b
[xemacs-hg @ 2003-09-16 03:57:54 by james]
Fix C++ build of dump-id.c, and remove dumper.h/lrecord.h duplication.
author |
james |
date |
Tue, 16 Sep 2003 03:57:59 +0000 |
parents |
d625b0459318 |
children |
a38201869ea2 |
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
|
1665
|
5 emacs_beta_version=15
|
|
6 xemacs_codename="celery"
|
1686
|
7 xemacs_extra_name="(+CVS-20030915)"
|
708
|
8 emacs_kit_version=
|
298
|
9 infodock_major_version=4
|
|
10 infodock_minor_version=0
|
422
|
11 infodock_build_version=8
|