aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mac/ChangeLog5
-rw-r--r--mac/Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings2
-rw-r--r--mac/src/Emacs.r4
3 files changed, 8 insertions, 3 deletions
diff --git a/mac/ChangeLog b/mac/ChangeLog
index 20a0de91012..541ee2591de 100644
--- a/mac/ChangeLog
+++ b/mac/ChangeLog
@@ -1,3 +1,8 @@
12008-01-04 Glenn Morris <rgm@gnu.org>
2
3 * Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings:
4 * src/Emacs.r: Update copyright to 2008.
5
12007-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 62007-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2 7
3 * INSTALL: Also build and run on Mac OS X 10.5. 8 * INSTALL: Also build and run on Mac OS X 10.5.
diff --git a/mac/Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings b/mac/Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings
index 2d98a155d9e..efe807b9cca 100644
--- a/mac/Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings
+++ b/mac/Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings
@@ -2,4 +2,4 @@
2 2
3CFBundleName = "Emacs"; 3CFBundleName = "Emacs";
4CFBundleShortVersionString = "23.0.50"; 4CFBundleShortVersionString = "23.0.50";
5CFBundleGetInfoString = "23.0.50, Copyright (C) 2007 Free Software Foundation, Inc."; 5CFBundleGetInfoString = "23.0.50, Copyright (C) 2008 Free Software Foundation, Inc.";
diff --git a/mac/src/Emacs.r b/mac/src/Emacs.r
index 33f69ab4258..f17bde2533a 100644
--- a/mac/src/Emacs.r
+++ b/mac/src/Emacs.r
@@ -1,6 +1,6 @@
1/* Resource definitions for GNU Emacs on the Macintosh. 1/* Resource definitions for GNU Emacs on the Macintosh.
2 Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2 Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
3 2005, 2006, 2007 Free Software Foundation, Inc. 3 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
4 4
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
@@ -224,7 +224,7 @@ resource 'vers' (1) {
224 50, /* Non-final release # */ 224 50, /* Non-final release # */
225 0, /* Region code */ 225 0, /* Region code */
226 "23.0.50", /* Short version number */ 226 "23.0.50", /* Short version number */
227 "23.0.50, Copyright \0xa9 2007 " 227 "23.0.50, Copyright \0xa9 2008 "
228 "Free Software Foundation, Inc." /* Long version number */ 228 "Free Software Foundation, Inc." /* Long version number */
229}; 229};
230 230