annotate version.sh @ 2294:d5131a81147e
[xemacs-hg @ 2004-09-21 19:44:17 by james]
Fix sound.c compilation problem reported by Adrian.
author |
james |
date |
Tue, 21 Sep 2004 19:44:27 +0000 |
parents |
1470ee7d9606 |
children |
5a9fed6a7158 |
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
|
1964
|
5 emacs_beta_version=17
|
|
6 xemacs_codename="chayote"
|
708
|
7 emacs_kit_version=
|
298
|
8 infodock_major_version=4
|
|
9 infodock_minor_version=0
|
422
|
10 infodock_build_version=8
|
2287
|
11 xemacs_extra_name="(+CVS-20040920)"
|