annotate version.sh @ 1307:3f994430e7b9
[xemacs-hg @ 2003-02-16 06:13:17 by youngs]
XEmacs 21.5.11 "cabbage" is released.
author |
youngs |
date |
Sun, 16 Feb 2003 06:13:41 +0000 |
parents |
aa823204ffdb |
children |
1741c7ce4ac0 |
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"
|
|
7 xemacs_extra_name=
|
708
|
8 emacs_kit_version=
|
298
|
9 infodock_major_version=4
|
|
10 infodock_minor_version=0
|
422
|
11 infodock_build_version=8
|