annotate version.sh @ 1700:0a85daf64258
[xemacs-hg @ 2003-09-19 17:07:05 by youngs]
2002-09-20 James LewisMoss <dres@lewismoss.org>
* gnuserv.el (gnuserv-edit-files): fallback to gtk if x device
fails. Fixes problem where gnuclient fails for gtk instances when
gnuclient was built with X configure.
author |
youngs |
date |
Fri, 19 Sep 2003 17:07:07 +0000 |
parents |
75fc6f6aec08 |
children |
fcaba5100138 |
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"
|
1694
|
7 xemacs_extra_name="(+CVS-20030919)"
|
708
|
8 emacs_kit_version=
|
298
|
9 infodock_major_version=4
|
|
10 infodock_minor_version=0
|
422
|
11 infodock_build_version=8
|