annotate version.sh @ 4295:eded49463f9a
[xemacs-hg @ 2007-11-29 13:37:51 by aidan]
Add round-trip tests for my fixed-width-8-bit CCL coding systems, fix a bug
with them, take out some inadvertant debugging code of mine from mule-ccl.c.
author |
aidan |
date |
Thu, 29 Nov 2007 13:38:21 +0000 |
parents |
01a2c678e91f |
children |
2640be8e34c0 |
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
|
3975
|
5 emacs_beta_version=28
|
|
6 xemacs_codename="fuki"
|
708
|
7 emacs_kit_version=
|
298
|
8 infodock_major_version=4
|
|
9 infodock_minor_version=0
|
422
|
10 infodock_build_version=8
|
4294
|
11 xemacs_extra_name="(+CVS-20071128)"
|
3975
|
12 xemacs_release_date="2007-05-21"
|