annotate version.sh @ 3395:82f276f9ad7c
[xemacs-hg @ 2006-05-11 15:07:19 by james]
Update to current FSF address, and recognize that we are in the 21st century.
See xemacs-patches message with ID <m3sloqspus.fsf@jerrypc.cs.usu.edu>.
author |
james |
date |
Thu, 11 May 2006 15:07:19 +0000 |
parents |
824c3c18a129 |
children |
af3bfea5c60e |
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
|
3323
|
5 emacs_beta_version=26
|
|
6 xemacs_codename="endive"
|
708
|
7 emacs_kit_version=
|
298
|
8 infodock_major_version=4
|
|
9 infodock_minor_version=0
|
422
|
10 infodock_build_version=8
|
3392
|
11 xemacs_extra_name="(+CVS-20060510)"
|
3323
|
12 xemacs_release_date="2006-04-01"
|