annotate version.sh @ 3158:a61bf7b32988
[xemacs-hg @ 2005-12-22 17:10:07 by michaels]
2005-12-13 Mike Sperber <mike@xemacs.org>
* configure.ac: Move the checks for the Xft-associated
library out of a conditional.
author |
michaels |
date |
Thu, 22 Dec 2005 17:10:07 +0000 |
parents |
a81c56d10bdd |
children |
128f9030c83a |
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
|
3150
|
5 emacs_beta_version=24
|
|
6 xemacs_codename="dandelion"
|
708
|
7 emacs_kit_version=
|
298
|
8 infodock_major_version=4
|
|
9 infodock_minor_version=0
|
422
|
10 infodock_build_version=8
|
3156
|
11 xemacs_extra_name="(+CVS-20051221)"
|
3150
|
12 xemacs_release_date="2005-12-19"
|