1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-22 07:09:54 +00:00

Set version to 23.0.60.

This commit is contained in:
Glenn Morris 2008-03-13 03:19:56 +00:00
parent dc47d1fff7
commit 56bf682c0c
3 changed files with 17 additions and 29 deletions

View File

@ -1,3 +1,8 @@
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:
@ -5,31 +10,14 @@
2008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
* README:
* INSTALL: Only mention 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
* 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.

View File

@ -1,5 +1,5 @@
/* 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.";

View File

@ -221,10 +221,10 @@ resource 'vers' (1) {
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 */
};