diff options
Diffstat (limited to 'mac')
-rw-r--r-- | mac/Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings | 4 | ||||
-rw-r--r-- | mac/src/Emacs.r | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/mac/Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings b/mac/Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings index 483095829c5..d297cfb34ef 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 = "22.0.90"; -CFBundleGetInfoString = "22.0.90, Copyright (C) 2006 Free Software Foundation, Inc."; +CFBundleShortVersionString = "22.0.91"; +CFBundleGetInfoString = "22.0.91, Copyright (C) 2006 Free Software Foundation, Inc."; diff --git a/mac/src/Emacs.r b/mac/src/Emacs.r index 30f572ee207..73be8488f6b 100644 --- a/mac/src/Emacs.r +++ b/mac/src/Emacs.r @@ -221,10 +221,10 @@ resource 'vers' (1) { 0x22, /* Major revision in BCD */ 0x0, /* Minor revision in BCD */ alpha, /* development, alpha, beta, or final (release) */ - 90, /* Non-final release # */ + 91, /* Non-final release # */ 0, /* Region code */ - "22.0.90", /* Short version number */ - "22.0.90, Copyright \0xa9 2006 " + "22.0.91", /* Short version number */ + "22.0.91, Copyright \0xa9 2006 " "Free Software Foundation, Inc." /* Long version number */ }; |