annotate version.sh @ 1706:9fc738581a9d
[xemacs-hg @ 2003-09-22 03:21:12 by james]
Remove GNU DLD support, fix the C++ build, make eval-related functions visible
to modules, and fix minor Windows-related problems.
author |
james |
date |
Mon, 22 Sep 2003 03:21:19 +0000 |
parents |
cdbc76885304 |
children |
edf6fb16a6de |
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
|
1665
|
5 emacs_beta_version=15
|
|
6 xemacs_codename="celery"
|
1705
|
7 xemacs_extra_name="(+CVS-20030921)"
|
708
|
8 emacs_kit_version=
|
298
|
9 infodock_major_version=4
|
|
10 infodock_minor_version=0
|
422
|
11 infodock_build_version=8
|