annotate version.sh @ 2200:35540b6052a9
[xemacs-hg @ 2004-08-03 22:08:46 by james]
Move the definition of gettext after #include "lisp.h".
author |
james |
date |
Tue, 03 Aug 2004 22:08:48 +0000 |
parents |
8c0dc9adc2b5 |
children |
bf2691530b8e |
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
|
1964
|
5 emacs_beta_version=17
|
|
6 xemacs_codename="chayote"
|
708
|
7 emacs_kit_version=
|
298
|
8 infodock_major_version=4
|
|
9 infodock_minor_version=0
|
422
|
10 infodock_build_version=8
|
2199
|
11 xemacs_extra_name="(+CVS-20040803)"
|