diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2007-04-24 02:28:19 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2007-04-24 02:28:19 +0000 |
commit | 07ef6df70906c2f9e117536d393ac3d4cd3e38ad (patch) | |
tree | d6724117ba3035fbf3550ef361105b103da86548 /mac | |
parent | bbf6b0ba07360c3e8e21a0ca0b643c1432451ed8 (diff) | |
download | emacs-07ef6df70906c2f9e117536d393ac3d4cd3e38ad.tar.gz |
Bump version to 22.0.99.
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 c9f8190c883..1140b7efa4c 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.98"; -CFBundleGetInfoString = "22.0.98, Copyright (C) 2007 Free Software Foundation, Inc."; +CFBundleShortVersionString = "22.0.99"; +CFBundleGetInfoString = "22.0.99, Copyright (C) 2007 Free Software Foundation, Inc."; diff --git a/mac/src/Emacs.r b/mac/src/Emacs.r index 0a17e379168..5c7dd9cc6f1 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) */ - 98, /* Non-final release # */ + 99, /* Non-final release # */ 0, /* Region code */ - "22.0.98", /* Short version number */ - "22.0.98, Copyright \0xa9 2007 " + "22.0.99", /* Short version number */ + "22.0.99, Copyright \0xa9 2007 " "Free Software Foundation, Inc." /* Long version number */ }; |