From 56bf682c0c9f51780b01ae07e89072bc46d14bb2 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 13 Mar 2008 03:19:56 +0000 Subject: [PATCH] Set version to 23.0.60. --- mac/ChangeLog | 38 +++++++------------ .../Resources/English.lproj/InfoPlist.strings | 4 +- mac/src/Emacs.r | 6 +-- 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 @@ +2008-03-13 Glenn Morris + + * Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings: + * src/Emacs.r: Set version to 23.0.60. + 2008-03-02 Kentaro Ohkouchi * Emacs.app/Contents/Resources/Emacs.icns: @@ -5,31 +10,14 @@ 2008-02-04 Dan Nicolaescu - * 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. 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 @@ /* 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."; 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) { 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 */ }; -- 2.39.5