comparison lisp/version.el @ 87555:30d07f600825

(emacs-copyright): Update to 2008.
author Glenn Morris <rgm@gnu.org>
date Fri, 04 Jan 2008 03:11:17 +0000
parents c4b3ecda1e21
children 606f2d163a64
comparison
equal deleted inserted replaced
87554:2afb0b2d5e5d 87555:30d07f600825
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 Free Software Foundation, Inc. 4 ;; 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
5 5
6 ;; Maintainer: FSF 6 ;; Maintainer: FSF
7 ;; Keywords: internal 7 ;; Keywords: internal
8 8
9 ;; This file is part of GNU Emacs. 9 ;; This file is part of GNU Emacs.
25 25
26 ;;; Commentary: 26 ;;; Commentary:
27 27
28 ;;; Code: 28 ;;; Code:
29 29
30 (defconst emacs-copyright "Copyright (C) 2007 Free Software Foundation, Inc." 30 (defconst emacs-copyright "Copyright (C) 2008 Free Software Foundation, Inc."
31 "Short copyright string for this version of Emacs.") 31 "Short copyright string for this version of Emacs.")
32 32
33 (defconst emacs-version "23.0.50" "\ 33 (defconst emacs-version "23.0.50" "\
34 Version numbers of this version of Emacs.") 34 Version numbers of this version of Emacs.")
35 35