+2008-03-13 Glenn Morris <rgm@gnu.org>
+
+ * Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings:
+ * src/Emacs.r: Set version to 23.0.60.
+
2008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
* Emacs.app/Contents/Resources/Emacs.icns:
2008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
- * README:
- * INSTALL: Only mention MacOSX.
-
- * cw6-mcp.xml:
- * make-package:
- * makefile.MPW:
- * inc/alloca.h:
- * inc/config.h:
- * inc/defs-cw6.h:
- * inc/dirent.h:
- * inc/epaths.h:
- * inc/grp.h:
- * inc/m-mac.h:
- * inc/pwd.h:
- * inc/s-mac.h:
- * inc/termio.h:
- * inc/utime.h:
- * inc/utsname.h:
- * inc/sys/file.h:
- * inc/sys/ioctl.h:
- * inc/sys/param.h:
- * inc/sys/stat.h:
- * inc/sys/time.h:
- * inc/sys/types.h:
- * src/EmacsMPW.r: Remove files for no longer supported pre-MacOSX
+ * INSTALL, README: Only mention MacOSX.
+
+ * cw6-mcp.xml, make-package, makefile.MPW, inc/alloca.h:
+ * inc/config.h, inc/defs-cw6.h, inc/dirent.h, inc/epaths.h:
+ * inc/grp.h, inc/m-mac.h, inc/pwd.h, inc/s-mac.h, inc/termio.h:
+ * inc/utime.h, inc/utsname.h, inc/sys/file.h, inc/sys/ioctl.h:
+ * inc/sys/param.h, inc/sys/stat.h, inc/sys/time.h, inc/sys/types.h:
+ * src/EmacsMPW.r: Remove files for no longer supported pre-MacOSX
systems.
* inc: Remove directory.
/* Localized versions of Info.plist keys */
CFBundleName = "Emacs";
-CFBundleShortVersionString = "23.0.50";
-CFBundleGetInfoString = "23.0.50, Copyright (C) 2008 Free Software Foundation, Inc.";
+CFBundleShortVersionString = "23.0.60";
+CFBundleGetInfoString = "23.0.60, Copyright (C) 2008 Free Software Foundation, Inc.";
0x23, /* Major revision in BCD */
0x0, /* Minor revision in BCD */
development, /* development, alpha, beta, or final (release) */
- 50, /* Non-final release # */
+ 60, /* Non-final release # */
0, /* Region code */
- "23.0.50", /* Short version number */
- "23.0.50, Copyright \0xa9 2008 "
+ "23.0.60", /* Short version number */
+ "23.0.60, Copyright \0xa9 2008 "
"Free Software Foundation, Inc." /* Long version number */
};