aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2008-03-13 03:19:56 +0000
committerGlenn Morris2008-03-13 03:19:56 +0000
commit56bf682c0c9f51780b01ae07e89072bc46d14bb2 (patch)
tree9d03e64acf9d40eb46462f015d518bf4d77ae1e0
parentdc47d1fff7e83f3a81d521712ca5c51a86fd60a7 (diff)
downloademacs-56bf682c0c9f51780b01ae07e89072bc46d14bb2.tar.gz
emacs-56bf682c0c9f51780b01ae07e89072bc46d14bb2.zip
Set version to 23.0.60.
-rw-r--r--mac/ChangeLog38
-rw-r--r--mac/Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings4
-rw-r--r--mac/src/Emacs.r6
3 files changed, 18 insertions, 30 deletions
diff --git a/mac/ChangeLog b/mac/ChangeLog
index d9f1c8feb86..2695fb435b6 100644
--- a/mac/ChangeLog
+++ b/mac/ChangeLog
@@ -1,3 +1,8 @@
12008-03-13 Glenn Morris <rgm@gnu.org>
2
3 * Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings:
4 * src/Emacs.r: Set version to 23.0.60.
5
12008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp> 62008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
2 7
3 * Emacs.app/Contents/Resources/Emacs.icns: 8 * Emacs.app/Contents/Resources/Emacs.icns:
@@ -5,31 +10,14 @@
5 10
62008-02-04 Dan Nicolaescu <dann@ics.uci.edu> 112008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
7 12
8 * README: 13 * INSTALL, README: Only mention MacOSX.
9 * INSTALL: Only mention MacOSX. 14
10 15 * cw6-mcp.xml, make-package, makefile.MPW, inc/alloca.h:
11 * cw6-mcp.xml: 16 * inc/config.h, inc/defs-cw6.h, inc/dirent.h, inc/epaths.h:
12 * make-package: 17 * inc/grp.h, inc/m-mac.h, inc/pwd.h, inc/s-mac.h, inc/termio.h:
13 * makefile.MPW: 18 * inc/utime.h, inc/utsname.h, inc/sys/file.h, inc/sys/ioctl.h:
14 * inc/alloca.h: 19 * inc/sys/param.h, inc/sys/stat.h, inc/sys/time.h, inc/sys/types.h:
15 * inc/config.h: 20 * src/EmacsMPW.r: Remove files for no longer supported pre-MacOSX
16 * inc/defs-cw6.h:
17 * inc/dirent.h:
18 * inc/epaths.h:
19 * inc/grp.h:
20 * inc/m-mac.h:
21 * inc/pwd.h:
22 * inc/s-mac.h:
23 * inc/termio.h:
24 * inc/utime.h:
25 * inc/utsname.h:
26 * inc/sys/file.h:
27 * inc/sys/ioctl.h:
28 * inc/sys/param.h:
29 * inc/sys/stat.h:
30 * inc/sys/time.h:
31 * inc/sys/types.h:
32 * src/EmacsMPW.r: Remove files for no longer supported pre-MacOSX
33 systems. 21 systems.
34 * inc: Remove directory. 22 * inc: Remove directory.
35 23
diff --git a/mac/Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings b/mac/Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings
index efe807b9cca..0395e76a62c 100644
--- a/mac/Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings
+++ b/mac/Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings
@@ -1,5 +1,5 @@
1/* Localized versions of Info.plist keys */ 1/* Localized versions of Info.plist keys */
2 2
3CFBundleName = "Emacs"; 3CFBundleName = "Emacs";
4CFBundleShortVersionString = "23.0.50"; 4CFBundleShortVersionString = "23.0.60";
5CFBundleGetInfoString = "23.0.50, Copyright (C) 2008 Free Software Foundation, Inc."; 5CFBundleGetInfoString = "23.0.60, Copyright (C) 2008 Free Software Foundation, Inc.";
diff --git a/mac/src/Emacs.r b/mac/src/Emacs.r
index f17bde2533a..47746df01d5 100644
--- a/mac/src/Emacs.r
+++ b/mac/src/Emacs.r
@@ -221,10 +221,10 @@ resource 'vers' (1) {
221 0x23, /* Major revision in BCD */ 221 0x23, /* Major revision in BCD */
222 0x0, /* Minor revision in BCD */ 222 0x0, /* Minor revision in BCD */
223 development, /* development, alpha, beta, or final (release) */ 223 development, /* development, alpha, beta, or final (release) */
224 50, /* Non-final release # */ 224 60, /* Non-final release # */
225 0, /* Region code */ 225 0, /* Region code */
226 "23.0.50", /* Short version number */ 226 "23.0.60", /* Short version number */
227 "23.0.50, Copyright \0xa9 2008 " 227 "23.0.60, Copyright \0xa9 2008 "
228 "Free Software Foundation, Inc." /* Long version number */ 228 "Free Software Foundation, Inc." /* Long version number */
229}; 229};
230 230