annotate version.sh @ 2694:296a5cd2a686
[xemacs-hg @ 2005-03-27 04:21:07 by james]
Fix configure's test for XawInit.h. See the xemacs-patches message with
ID <pshdjcx0x9.fsf@diannao.ittc.ku.edu>.
author |
james |
date |
Sun, 27 Mar 2005 04:21:09 +0000 |
parents |
f2018e8a7078 |
children |
9d9352475047 |
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
|
2653
|
5 emacs_beta_version=20
|
|
6 xemacs_codename="cilantro"
|
708
|
7 emacs_kit_version=
|
298
|
8 infodock_major_version=4
|
|
9 infodock_minor_version=0
|
422
|
10 infodock_build_version=8
|
2693
|
11 xemacs_extra_name="(+CVS-20050326)"
|
2602
|
12 xemacs_release_date="2005-02-18"
|