diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2007-04-17 01:38:44 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2007-04-17 01:38:44 +0000 |
commit | 48742df4f49c5e9f1a2b69c0bdb685c2bca0ce68 (patch) | |
tree | 5935e8806831f101a4d025191f3b0d5a74145e44 /mac | |
parent | bdbfe3bfd60b514733b77cfd7debe66e1b3a60f8 (diff) | |
download | emacs-48742df4f49c5e9f1a2b69c0bdb685c2bca0ce68.tar.gz |
Bump version to 22.0.98.
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 e064b75f487..c9f8190c883 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.97"; -CFBundleGetInfoString = "22.0.97, Copyright (C) 2007 Free Software Foundation, Inc."; +CFBundleShortVersionString = "22.0.98"; +CFBundleGetInfoString = "22.0.98, Copyright (C) 2007 Free Software Foundation, Inc."; diff --git a/mac/src/Emacs.r b/mac/src/Emacs.r index 78626b09fb3..0a17e379168 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) */ - 97, /* Non-final release # */ + 98, /* Non-final release # */ 0, /* Region code */ - "22.0.97", /* Short version number */ - "22.0.97, Copyright \0xa9 2007 " + "22.0.98", /* Short version number */ + "22.0.98, Copyright \0xa9 2007 " "Free Software Foundation, Inc." /* Long version number */ }; |