emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r118220: Fix some fallback values to conform to the


From: Eric S. Raymond
Subject: [Emacs-diffs] trunk r118220: Fix some fallback values to conform to the actual release number.
Date: Sun, 26 Oct 2014 17:57:43 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 118220
revision-id: address@hidden
parent: address@hidden
committer: Eric S. Raymond <address@hidden>
branch nick: trunk
timestamp: Sun 2014-10-26 13:57:10 -0400
message:
  Fix some fallback values to conform to the actual release number.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/version.el                version.el-20091113204419-o5vbwnq5f7feedwu-1613
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2014-10-25 18:58:44 +0000
+++ b/lisp/ChangeLog    2014-10-26 17:57:10 +0000
@@ -1,3 +1,8 @@
+2014-10-26  Eric S. Raymond  <address@hidden>
+
+       * version.el: Fix some fallback values to conform to the actual
+       release number.
+
 2014-10-25  Eric S. Raymond  <address@hidden>
 
        * Makefile.in: Change some production names so they're neutral

=== modified file 'lisp/version.el'
--- a/lisp/version.el   2014-02-10 01:34:22 +0000
+++ b/lisp/version.el   2014-10-26 17:57:10 +0000
@@ -91,7 +91,7 @@
 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 @@
         (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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]