annotate version.sh @ 2956:ee35a8fdcfcd
[xemacs-hg @ 2005-09-27 05:29:41 by ben]
fix compilation warnings
text.c, event-Xt.c, lisp.h, number-gmp.c, number-gmp.h: Fix compilation warnings. A couple of changes of new -> new_,
'foo -> `foo'.
author |
ben |
date |
Tue, 27 Sep 2005 05:29:45 +0000 |
parents |
db335401794c |
children |
3bed496f9ef0 |
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
|
2931
|
5 emacs_beta_version=22
|
|
6 xemacs_codename="cucumber"
|
708
|
7 emacs_kit_version=
|
298
|
8 infodock_major_version=4
|
|
9 infodock_minor_version=0
|
422
|
10 infodock_build_version=8
|
2954
|
11 xemacs_extra_name="(+CVS-20050926)"
|
2602
|
12 xemacs_release_date="2005-02-18"
|