annotate version.sh @ 2659:674ee2dfe5fc
[xemacs-hg @ 2005-03-13 11:35:21 by crestani]
Adjust KKCC_BT_STACK_SIZE.
2005-03-13 Marcus Crestani <crestani@informatik.uni-tuebingen.de>
* alloc.c (KKCC_BT_STACK_SIZE): Temporary fix for KKCC
backtrace. Thanks to Adrian.
author |
crestani |
date |
Sun, 13 Mar 2005 11:35:27 +0000 (2005-03-13) |
parents |
48e27e1d7e63 |
children |
07e83c722072 |
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
|
2653
|
5 emacs_beta_version=20
|
|
6 xemacs_codename="cilantro"
|
708
|
7 emacs_kit_version=
|
298
|
8 infodock_major_version=4
|
|
9 infodock_minor_version=0
|
422
|
10 infodock_build_version=8
|
2657
|
11 xemacs_extra_name="(+CVS-20050312)"
|
2602
|
12 xemacs_release_date="2005-02-18"
|