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 c84e392b177..e064b75f487 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.96"; -CFBundleGetInfoString = "22.0.96, Copyright (C) 2007 Free Software Foundation, Inc."; +CFBundleShortVersionString = "22.0.97"; +CFBundleGetInfoString = "22.0.97, Copyright (C) 2007 Free Software Foundation, Inc."; diff --git a/mac/src/Emacs.r b/mac/src/Emacs.r index f48652dd08d..78626b09fb3 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) */ - 96, /* Non-final release # */ + 97, /* Non-final release # */ 0, /* Region code */ - "22.0.96", /* Short version number */ - "22.0.96, Copyright \0xa9 2007 " + "22.0.97", /* Short version number */ + "22.0.97, Copyright \0xa9 2007 " "Free Software Foundation, Inc." /* Long version number */ }; |