]> code.delx.au - gnu-emacs/blobdiff - mac/src/Emacs.r
Update copyright to 2008.
[gnu-emacs] / mac / src / Emacs.r
index 5c7dd9cc6f124ff15e221f2127a38d9f3fb096f8..cbc8bd73a1ee2172ee9fa15290c12796fd834329 100644 (file)
@@ -1,12 +1,12 @@
 /* Resource definitions for GNU Emacs on the Macintosh.
    Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
-      2005, 2006, 2007  Free Software Foundation, Inc.
+      2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
 GNU Emacs is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
-the Free Software Foundation; either version 2, or (at your option)
+the Free Software Foundation; either version 3, or (at your option)
 any later version.
 
 GNU Emacs is distributed in the hope that it will be useful,
@@ -219,12 +219,12 @@ resource 'FREF' (129) {
 
 resource 'vers' (1) {
        0x22,           /* Major revision in BCD */
-       0x0,            /* Minor revision in BCD */
-       alpha,  /* development, alpha, beta, or final (release) */
-       99,             /* Non-final release # */
+       0x1,            /* Minor revision in BCD */
+       development,    /* development, alpha, beta, or final (release) */
+       50,             /* Non-final release # */
        0,              /* Region code */
-       "22.0.99",      /* Short version number */
-       "22.0.99, Copyright \0xa9 2007 "
+       "22.1.50",      /* Short version number */
+       "22.1.50, Copyright \0xa9 2008 "
        "Free Software Foundation, Inc." /* Long version number */
 };