annotate version.sh @ 1427:5d62849e7275
[xemacs-hg @ 2003-04-24 05:26:40 by youngs]
2003-04-24 Steve Youngs <youngs@xemacs.org>
* configure.in: Fix for building on openbsd.
From Gregory Steuck <greg@nest.cx>
* configure: Regenerate
author |
youngs |
date |
Thu, 24 Apr 2003 05:26:42 +0000 |
parents |
d5077d949761 |
children |
5fa648ec10df |
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
|
1307
|
5 emacs_beta_version=11
|
|
6 xemacs_codename="cabbage"
|
1426
|
7 xemacs_extra_name="(+CVS-20030423)"
|
708
|
8 emacs_kit_version=
|
298
|
9 infodock_major_version=4
|
|
10 infodock_minor_version=0
|
422
|
11 infodock_build_version=8
|