diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2007-03-01 23:19:21 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2007-03-01 23:19:21 +0000 |
commit | c39706ff8bb60a648f51ce7156abe00c0abc5756 (patch) | |
tree | 95a99b6b81ea6b26b1b4a8cc31e6c982e9ebb42f /mac | |
parent | ba5648250871254be7dbcfe334b98f1fe7f26a44 (diff) | |
download | emacs-c39706ff8bb60a648f51ce7156abe00c0abc5756.tar.gz |
Bump to 22.0.95.
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 fd6d57b84b5..6415a2ded77 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.94"; -CFBundleGetInfoString = "22.0.94, Copyright (C) 2007 Free Software Foundation, Inc."; +CFBundleShortVersionString = "22.0.95"; +CFBundleGetInfoString = "22.0.95, Copyright (C) 2007 Free Software Foundation, Inc."; diff --git a/mac/src/Emacs.r b/mac/src/Emacs.r index abda6f631c7..b09e216e442 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) */ - 94, /* Non-final release # */ + 95, /* Non-final release # */ 0, /* Region code */ - "22.0.94", /* Short version number */ - "22.0.94, Copyright \0xa9 2007 " + "22.0.95", /* Short version number */ + "22.0.95, Copyright \0xa9 2007 " "Free Software Foundation, Inc." /* Long version number */ }; |