annotate version.sh @ 3687:719ceea8b3cb
[xemacs-hg @ 2006-11-18 18:17:53 by michaels]
2006-11-18 Mike Sperber <mike@xemacs.org>
* window.c (window_pixel_height_to_char_height): Cater to the
possibility that defheight may be 0.
author |
michaels |
date |
Sat, 18 Nov 2006 18:17:55 +0000 |
parents |
5bab930875e2 |
children |
a7268f221ac4 |
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
|
3402
|
5 emacs_beta_version=27
|
|
6 xemacs_codename="fiddleheads"
|
708
|
7 emacs_kit_version=
|
298
|
8 infodock_major_version=4
|
|
9 infodock_minor_version=0
|
422
|
10 infodock_build_version=8
|
3686
|
11 xemacs_extra_name="(+CVS-20061117)"
|
3402
|
12 xemacs_release_date="2006-05-16"
|