comparison lisp/version.el @ 100894:2e600dc0be6d

(emacs-copyright): Update for 2009.
author Glenn Morris <rgm@gnu.org>
date Mon, 05 Jan 2009 00:48:51 +0000
parents 713fc3ab99e5
children 6c87f425cc70
comparison
equal deleted inserted replaced
100893:f698c4e8b138 100894:2e600dc0be6d
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
8 9
9 ;; This file is part of GNU Emacs. 10 ;; This file is part of GNU Emacs.
23 24
24 ;;; Commentary: 25 ;;; Commentary:
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" "\
32 Version numbers of this version of Emacs.") 33 Version numbers of this version of Emacs.")
33 34