diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2006-12-19 19:25:57 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2006-12-19 19:25:57 +0000 |
commit | 3efe9e568ee024a6f55be0ecbd2e6c8ae644cade (patch) | |
tree | dcc3568e8780249cf0c93d2b0d926ea88c3f03b2 /mac | |
parent | 209ceeef104c0dbe904bfa63568b12746b469552 (diff) | |
download | emacs-3efe9e568ee024a6f55be0ecbd2e6c8ae644cade.tar.gz |
Bump version number to 22.0.92
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 d297cfb34ef..88098f4728f 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.91"; -CFBundleGetInfoString = "22.0.91, Copyright (C) 2006 Free Software Foundation, Inc."; +CFBundleShortVersionString = "22.0.92"; +CFBundleGetInfoString = "22.0.92, Copyright (C) 2006 Free Software Foundation, Inc."; diff --git a/mac/src/Emacs.r b/mac/src/Emacs.r index 73be8488f6b..37d6d0f7c39 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) */ - 91, /* Non-final release # */ + 92, /* Non-final release # */ 0, /* Region code */ - "22.0.91", /* Short version number */ - "22.0.91, Copyright \0xa9 2006 " + "22.0.92", /* Short version number */ + "22.0.92, Copyright \0xa9 2006 " "Free Software Foundation, Inc." /* Long version number */ }; |