annotate version.sh @ 3302:3d54e5f2dfb0
[xemacs-hg @ 2006-03-26 13:05:14 by stephent]
Make {en,de}code-coding-region interactive commands.
<877j6hnyuj.fsf@tleepslib.sk.tsukuba.ac.jp>
author |
stephent |
date |
Sun, 26 Mar 2006 13:05:17 +0000 |
parents |
abb6e10c1d05 |
children |
8ce03059a3b8 |
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
|
3259
|
5 emacs_beta_version=25
|
|
6 xemacs_codename="eggplant"
|
708
|
7 emacs_kit_version=
|
298
|
8 infodock_major_version=4
|
|
9 infodock_minor_version=0
|
422
|
10 infodock_build_version=8
|
3301
|
11 xemacs_extra_name="(+CVS-20060325)"
|
3259
|
12 xemacs_release_date="2006-02-26"
|