annotate version.sh @ 2837:c1ec282bb160
[xemacs-hg @ 2005-06-29 09:47:33 by crestani]
2005-06-28 Marcus Crestani <crestani@xemacs.org>
* console-x.c (x_perhaps_init_unseen_key_defaults): Use
build_intstring to avoid type error.
* event-Xt.c (x_keysym_to_emacs_keysym): Add cast to avoid type
error.
author |
crestani |
date |
Wed, 29 Jun 2005 09:47:35 +0000 |
parents |
c4bc66dfe66a |
children |
6aeaeb370bd8 |
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
|
2791
|
5 emacs_beta_version=21
|
|
6 xemacs_codename="corn"
|
708
|
7 emacs_kit_version=
|
298
|
8 infodock_major_version=4
|
|
9 infodock_minor_version=0
|
422
|
10 infodock_build_version=8
|
2836
|
11 xemacs_extra_name="(+CVS-20050628)"
|
2602
|
12 xemacs_release_date="2005-02-18"
|