aboutsummaryrefslogtreecommitdiffstats
path: root/mac/src
diff options
context:
space:
mode:
authorChong Yidong2007-03-01 23:19:21 +0000
committerChong Yidong2007-03-01 23:19:21 +0000
commitc39706ff8bb60a648f51ce7156abe00c0abc5756 (patch)
tree95a99b6b81ea6b26b1b4a8cc31e6c982e9ebb42f /mac/src
parentba5648250871254be7dbcfe334b98f1fe7f26a44 (diff)
downloademacs-c39706ff8bb60a648f51ce7156abe00c0abc5756.tar.gz
emacs-c39706ff8bb60a648f51ce7156abe00c0abc5756.zip
Bump to 22.0.95.
Diffstat (limited to 'mac/src')
-rw-r--r--mac/src/Emacs.r6
1 files changed, 3 insertions, 3 deletions
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) {
221 0x22, /* Major revision in BCD */ 221 0x22, /* Major revision in BCD */
222 0x0, /* Minor revision in BCD */ 222 0x0, /* Minor revision in BCD */
223 alpha, /* development, alpha, beta, or final (release) */ 223 alpha, /* development, alpha, beta, or final (release) */
224 94, /* Non-final release # */ 224 95, /* Non-final release # */
225 0, /* Region code */ 225 0, /* Region code */
226 "22.0.94", /* Short version number */ 226 "22.0.95", /* Short version number */
227 "22.0.94, Copyright \0xa9 2007 " 227 "22.0.95, Copyright \0xa9 2007 "
228 "Free Software Foundation, Inc." /* Long version number */ 228 "Free Software Foundation, Inc." /* Long version number */
229}; 229};
230 230