diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2007-06-04 20:42:53 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2007-06-04 20:42:53 +0000 |
commit | 6e04fc985649ab0840bf654a3a43297201b9dca5 (patch) | |
tree | 8136115360b3dcd8b3cc90dc54f0eb3c0c005a77 /mac | |
parent | 407876dad2cfe64b3d93bbc64f2e0e60dac4861e (diff) | |
download | emacs-6e04fc985649ab0840bf654a3a43297201b9dca5.tar.gz |
Bump version number to 22.1.50.
Diffstat (limited to 'mac')
-rw-r--r-- | mac/Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings | 4 | ||||
-rw-r--r-- | mac/src/Emacs.r | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/mac/Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings b/mac/Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings index 9718e10da68..fc069b9bb47 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.1"; -CFBundleGetInfoString = "22.1, Copyright (C) 2007 Free Software Foundation, Inc."; +CFBundleShortVersionString = "22.1.50"; +CFBundleGetInfoString = "22.1.50, Copyright (C) 2007 Free Software Foundation, Inc."; diff --git a/mac/src/Emacs.r b/mac/src/Emacs.r index e35a898ae28..27d91b59ea0 100644 --- a/mac/src/Emacs.r +++ b/mac/src/Emacs.r @@ -220,11 +220,11 @@ resource 'FREF' (129) { resource 'vers' (1) { 0x22, /* Major revision in BCD */ 0x1, /* Minor revision in BCD */ - final, /* development, alpha, beta, or final (release) */ - 0, /* Non-final release # */ + development, /* development, alpha, beta, or final (release) */ + 50, /* Non-final release # */ 0, /* Region code */ - "22.1", /* Short version number */ - "22.1, Copyright \0xa9 2007 " + "22.1.50", /* Short version number */ + "22.1.50, Copyright \0xa9 2007 " "Free Software Foundation, Inc." /* Long version number */ }; |