diff options
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/version.el | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0ce7070be07..09c8db1abfc 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2009-01-05 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * version.el (emacs-copyright): Update for 2009. | ||
| 4 | |||
| 1 | 2009-01-04 Stephen Leake <stephen_leake@member.fsf.org> | 5 | 2009-01-04 Stephen Leake <stephen_leake@member.fsf.org> |
| 2 | 6 | ||
| 3 | * progmodes/ada-mode.el (ada-mode): Simplify doc string. | 7 | * progmodes/ada-mode.el (ada-mode): Simplify doc string. |
diff --git a/lisp/version.el b/lisp/version.el index e77efaf60a8..34c84a3d69b 100644 --- a/lisp/version.el +++ b/lisp/version.el | |||
| @@ -1,7 +1,8 @@ | |||
| 1 | ;;; version.el --- record version number of Emacs -*- no-byte-compile: t -*- | 1 | ;;; version.el --- record version number of Emacs -*- no-byte-compile: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1992, 1994, 1995, 1999, 2000, 2001, 2002, | 3 | ;; Copyright (C) 1985, 1992, 1994, 1995, 1999, 2000, 2001, 2002, |
| 4 | ;; 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. | 4 | ;; 2003, 2004, 2005, 2006, 2007, 2008, 2009 |
| 5 | ; Free Software Foundation, Inc. | ||
| 5 | 6 | ||
| 6 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
| 7 | ;; Keywords: internal | 8 | ;; Keywords: internal |
| @@ -25,7 +26,7 @@ | |||
| 25 | 26 | ||
| 26 | ;;; Code: | 27 | ;;; Code: |
| 27 | 28 | ||
| 28 | (defconst emacs-copyright "Copyright (C) 2008 Free Software Foundation, Inc." | 29 | (defconst emacs-copyright "Copyright (C) 2009 Free Software Foundation, Inc." |
| 29 | "Short copyright string for this version of Emacs.") | 30 | "Short copyright string for this version of Emacs.") |
| 30 | 31 | ||
| 31 | (defconst emacs-version "23.0.60" "\ | 32 | (defconst emacs-version "23.0.60" "\ |