emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/mac/src/Attic/Emacs.r, v [EMACS_22_BASE]


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/mac/src/Attic/Emacs.r, v [EMACS_22_BASE]
Date: Fri, 05 Sep 2008 16:24:16 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Chong Yidong <cyd>      08/09/05 16:24:06

Index: mac/src/Emacs.r
===================================================================
RCS file: /sources/emacs/emacs/mac/src/Attic/Emacs.r,v
retrieving revision 1.22.2.14
retrieving revision 1.22.2.15
diff -u -b -r1.22.2.14 -r1.22.2.15
--- mac/src/Emacs.r     2 Sep 2008 22:25:23 -0000       1.22.2.14
+++ mac/src/Emacs.r     5 Sep 2008 16:24:00 -0000       1.22.2.15
@@ -219,12 +219,12 @@
 
 resource 'vers' (1) {
        0x22,           /* Major revision in BCD */
-       0x2,            /* Minor revision in BCD */
-       alpha,  /* development, alpha, beta, or final (release) */
-       92,             /* Non-final release # */
+       0x3,            /* Minor revision in BCD */
+       final,  /* development, alpha, beta, or final (release) */
+       0,              /* Non-final release # */
        0,              /* Region code */
-       "22.2.92",      /* Short version number */
-       "22.2.92, Copyright \0xa9 2008 "
+       "22.3", /* Short version number */
+       "22.3, Copyright \0xa9 2008 "
        "Free Software Foundation, Inc." /* Long version number */
 };
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]