comparison lisp/version.el @ 112094:794f724ca655

Set short copyright year to 2011. * lib-src/ebrowse.c (version) <emacs_copyright>: * lib-src/etags.c (print_version) <emacs_copyright>: * lib-src/rcs2log (Copyright): * lisp/version.el (emacs-copyright): * nextstep/Cocoa/Emacs.base/Contents/Info.plist: * nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings: * nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist: Set short copyright year to 2011.
author Glenn Morris <rgm@gnu.org>
date Sat, 01 Jan 2011 18:46:30 -0800
parents 5032326a2135
children 40af77a50adc 0534ddfdceeb
comparison
equal deleted inserted replaced
112093:f8b430cb91a7 112094:794f724ca655
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, 2003, 3 ;; Copyright (C) 1985, 1992, 1994, 1995, 1999, 2000, 2001, 2002, 2003,
4 ;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 4 ;; 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
5 ;; Free Software Foundation, Inc. 5 ;; Free Software Foundation, Inc.
6 6
7 ;; Maintainer: FSF 7 ;; Maintainer: FSF
8 ;; Keywords: internal 8 ;; Keywords: internal
9 9
27 ;; This file is loaded uncompiled when dumping Emacs. 27 ;; This file is loaded uncompiled when dumping Emacs.
28 ;; Doc-strings should adhere to the conventions of make-docfile. 28 ;; Doc-strings should adhere to the conventions of make-docfile.
29 29
30 ;;; Code: 30 ;;; Code:
31 31
32 (defconst emacs-copyright "Copyright (C) 2010 Free Software Foundation, Inc." "\ 32 (defconst emacs-copyright "Copyright (C) 2011 Free Software Foundation, Inc." "\
33 Short copyright string for this version of Emacs.") 33 Short copyright string for this version of Emacs.")
34 34
35 (defconst emacs-version "23.2.91" "\ 35 (defconst emacs-version "23.2.91" "\
36 Version numbers of this version of Emacs.") 36 Version numbers of this version of Emacs.")
37 37
91 91
92 ;;Local variables: 92 ;;Local variables:
93 ;;version-control: never 93 ;;version-control: never
94 ;;End: 94 ;;End:
95 95
96 ;; arch-tag: e60dc445-6218-4a4c-a7df-f15a818642a0
97 ;;; version.el ends here 96 ;;; version.el ends here