annotate version.sh @ 1455:449cf6dc2025
[xemacs-hg @ 2003-05-04 02:34:34 by youngs]
2003-04-05 Martin Buchholz <martin@xemacs.org>
* EmacsFrameP.h (EmacsFramePart):
Kludge to allow compiling with Motif1, but linking with Motif2.
author |
youngs |
date |
Sun, 04 May 2003 02:34:35 +0000 |
parents |
9a406c30e65e |
children |
7a864bb03183 |
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
|
1431
|
5 emacs_beta_version=12
|
|
6 xemacs_codename="carrot"
|
1451
|
7 xemacs_extra_name="(+CVS-20030503)"
|
708
|
8 emacs_kit_version=
|
298
|
9 infodock_major_version=4
|
|
10 infodock_minor_version=0
|
422
|
11 infodock_build_version=8
|