Mercurial > hg > xemacs-beta
comparison src/config.h.in @ 975:151d438d2d55
[xemacs-hg @ 2002-08-28 05:36:20 by youngs]
2002-08-16 Steve Youngs <youngs@xemacs.org>
* version.sh (xemacs_extra_name): New var to identify XEmacs
version > release < next release. ie, release+cvs.
* configure.in: Test for xemacs_extra_name.
* configure: Re-generate.
2002-08-16 Steve Youngs <youngs@xemacs.org>
* build-report.el (build-report-installation-version-regexp):
Update to cater for 'xemacs-extra-name'.
(build-report-version-file-regexp): Ditto.
(build-report): Ditto.
(build-report-installation-data): Ditto.
(build-report-version-file-data): Ditto.
* version.el (emacs-version): Test for 'xemacs-extra-name'.
2002-08-16 Steve Youngs <youngs@xemacs.org>
* config.h.in (XEMACS_EXTRA_NAME): New.
* emacs.c (vars_of_emacs): Use it.
author | youngs |
---|---|
date | Wed, 28 Aug 2002 05:36:34 +0000 |
parents | 4f61e79f8a14 |
children | 8b464283e891 |
comparison
equal
deleted
inserted
replaced
974:fce478afd5b4 | 975:151d438d2d55 |
---|---|
92 #undef EMACS_MINOR_VERSION | 92 #undef EMACS_MINOR_VERSION |
93 #undef EMACS_PATCH_LEVEL | 93 #undef EMACS_PATCH_LEVEL |
94 #undef EMACS_BETA_VERSION | 94 #undef EMACS_BETA_VERSION |
95 #undef EMACS_VERSION | 95 #undef EMACS_VERSION |
96 #undef XEMACS_CODENAME | 96 #undef XEMACS_CODENAME |
97 #undef XEMACS_EXTRA_NAME | |
97 /* InfoDock versions, not used with XEmacs */ | 98 /* InfoDock versions, not used with XEmacs */ |
98 #undef INFODOCK_MAJOR_VERSION | 99 #undef INFODOCK_MAJOR_VERSION |
99 #undef INFODOCK_MINOR_VERSION | 100 #undef INFODOCK_MINOR_VERSION |
100 #undef INFODOCK_BUILD_VERSION | 101 #undef INFODOCK_BUILD_VERSION |
101 | 102 |