summaryrefslogtreecommitdiff
path: root/mac
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2007-03-20 00:46:19 +0000
committerChong Yidong <cyd@stupidchicken.com>2007-03-20 00:46:19 +0000
commitdd35811fe33b500eb4a11d5506f4d414ffeced4d (patch)
treef0d6f7452f904e44f6036940382eacb7d81143dc /mac
parentacc3a558d17bc4ffaaba1ec041adf4fd604a8985 (diff)
Bump version to 22.0.96.
Diffstat (limited to 'mac')
-rw-r--r--mac/Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings4
-rw-r--r--mac/src/Emacs.r6
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 6415a2ded77..c84e392b177 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.95";
-CFBundleGetInfoString = "22.0.95, Copyright (C) 2007 Free Software Foundation, Inc.";
+CFBundleShortVersionString = "22.0.96";
+CFBundleGetInfoString = "22.0.96, Copyright (C) 2007 Free Software Foundation, Inc.";
diff --git a/mac/src/Emacs.r b/mac/src/Emacs.r
index b09e216e442..f48652dd08d 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) */
- 95, /* Non-final release # */
+ 96, /* Non-final release # */
0, /* Region code */
- "22.0.95", /* Short version number */
- "22.0.95, Copyright \0xa9 2007 "
+ "22.0.96", /* Short version number */
+ "22.0.96, Copyright \0xa9 2007 "
"Free Software Foundation, Inc." /* Long version number */
};