comparison src/emacs.c @ 4419:eb82fbb675ea

Use Mercurial changeset hash to identify build version. 2008-01-25 Michael Sperber <mike@xemacs.org> * Makefile.in.in: * configure.ac: * version.sh.in: Use Mercurial tip hash to identify version instead of old CVS method. 2008-01-25 Michael Sperber <mike@xemacs.org> * build-report.el (build-report-version-file-regexp): Adjust to handle Mercurial hash. 2008-01-25 Michael Sperber <mike@xemacs.org> * xemacs.mak (version.sh): Generate version.sh via Mercurial. 2008-01-25 Michael Sperber <mike@xemacs.org> * emacs.c (vars_of_emacs): Zap mention of CVS.
author Mike Sperber <sperber@deinprogramm.de>
date Thu, 07 Feb 2008 10:03:49 +0100
parents 461fdb92f3b6
children ac6231e0c1df
comparison
equal deleted inserted replaced
4418:9bcdf9a3a783 4419:eb82fbb675ea
4244 Arbitrary string to place in the version string after the codename. 4244 Arbitrary string to place in the version string after the codename.
4245 4245
4246 Appropriate surrounding whitespace will be added, but typically looks best 4246 Appropriate surrounding whitespace will be added, but typically looks best
4247 if enclosed in parentheses. 4247 if enclosed in parentheses.
4248 4248
4249 A standard use is to indicate the date version.sh was last updated from 4249 A standard use is to indicate the topmost hash id of the Mercurial
4250 the CVS mainline, where it is automatically given a value similar to 4250 changeset from which XEmacs was compiled. Developers may also use it
4251 \"(+CVS-20050221)\". Developers may also use it to indicate particular 4251 to indicate particular branches, etc.
4252 branches, etc.
4253 */ ); 4252 */ );
4254 #ifdef XEMACS_EXTRA_NAME 4253 #ifdef XEMACS_EXTRA_NAME
4255 Vxemacs_extra_name = build_string (XEMACS_EXTRA_NAME); 4254 Vxemacs_extra_name = build_string (XEMACS_EXTRA_NAME);
4256 #endif 4255 #endif
4257 4256