diff options
| author | Eric S. Raymond <esr@thyrsus.com> | 2014-10-26 13:57:10 -0400 |
|---|---|---|
| committer | Eric S. Raymond <esr@thyrsus.com> | 2014-10-26 13:57:10 -0400 |
| commit | 2beeb6e811782685383f0ef4168f30d5864899d0 (patch) | |
| tree | 23d2f833cc5056ab19720d73c5598b99a9adaf86 | |
| parent | 94004affda8a083acaad51f210e9719e9acb1311 (diff) | |
| download | emacs-2beeb6e811782685383f0ef4168f30d5864899d0.tar.gz | |
Fix some fallback values to conform to the actual release number.
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/version.el | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 19b2e5514f0..e139b713d64 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2014-10-26 Eric S. Raymond <esr@thyrsus.com> + + * version.el: Fix some fallback values to conform to the actual + release number. + 2014-10-25 Eric S. Raymond <esr@thyrsus.com> * Makefile.in: Change some production names so they're neutral diff --git a/lisp/version.el b/lisp/version.el index 68b502ce451..c3a36ecc21e 100644 --- a/lisp/version.el +++ b/lisp/version.el @@ -91,7 +91,7 @@ Value is nil if Emacs was not built from a repository checkout, or if we could not determine the revision.") (define-obsolete-variable-alias 'emacs-bzr-version - 'emacs-repository-version "24.4") + 'emacs-repository-version "25.1") (defun emacs-bzr-version-dirstate (dir) "Try to return as a string the bzr revision ID of directory DIR. @@ -129,7 +129,7 @@ Returns nil if unable to find this information." (buffer-string)))) (define-obsolete-function-alias 'emacs-bzr-get-version - 'emacs-repository-get-version "24.4") + 'emacs-repository-get-version "25.1") (defun emacs-repository-get-version (&optional dir external) "Try to return as a string the repository revision of the Emacs sources. |
