]> code.delx.au - gnu-emacs/commitdiff
Bump version number to 22.0.90. emacs-pretest-22.0.90
authorChong Yidong <cyd@stupidchicken.com>
Fri, 27 Oct 2006 15:47:36 +0000 (15:47 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Fri, 27 Oct 2006 15:47:36 +0000 (15:47 +0000)
mac/Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings
mac/src/Emacs.r
nt/emacs.rc

index db6b39880e2ec41937e27286fdc08ff96ee721d1..483095829c5de7f1ff9bd7141878c8a79d68652c 100644 (file)
@@ -1,5 +1,5 @@
 /* Localized versions of Info.plist keys */
 
 CFBundleName = "Emacs";
-CFBundleShortVersionString = "22.0.50";
-CFBundleGetInfoString = "22.0.50, Copyright (C) 2006 Free Software Foundation, Inc.";
+CFBundleShortVersionString = "22.0.90";
+CFBundleGetInfoString = "22.0.90, Copyright (C) 2006 Free Software Foundation, Inc.";
index 081580d101c87fd353d212053579921fc6849632..30f572ee207ec6c3ec3c0f9949549cd8f674d05d 100644 (file)
@@ -220,11 +220,11 @@ resource 'FREF' (129) {
 resource 'vers' (1) {
        0x22,           /* Major revision in BCD */
        0x0,            /* Minor revision in BCD */
-       development,    /* development, alpha, beta, or final (release) */
-       50,             /* Non-final release # */
+       alpha,  /* development, alpha, beta, or final (release) */
+       90,             /* Non-final release # */
        0,              /* Region code */
-       "22.0.50",      /* Short version number */
-       "22.0.50, Copyright \0xa9 2006 "
+       "22.0.90",      /* Short version number */
+       "22.0.90, Copyright \0xa9 2006 "
        "Free Software Foundation, Inc." /* Long version number */
 };
 
index 486b1eecf2368541a052ca612ba5e0e73856d2d6..27e9ed201ed723cc364518232c7187fd4f8fac0e 100644 (file)
@@ -6,8 +6,8 @@ Emacs ICON   icons\emacs.ico
 #endif
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 22,0,50,0
- PRODUCTVERSION 22,0,50,0
+ FILEVERSION 22,0,90,0
+ PRODUCTVERSION 22,0,90,0
  FILEFLAGSMASK 0x3FL
 #ifdef EMACSDEBUG
  FILEFLAGS 0x1L
@@ -24,12 +24,12 @@ BEGIN
        BEGIN
            VALUE "CompanyName", "Free Software Foundation\0"
            VALUE "FileDescription", "GNU Emacs for Windows NT/95/98/2000/ME/XP\0"
-           VALUE "FileVersion", "22, 0, 50, 0\0"
+           VALUE "FileVersion", "22, 0, 90, 0\0"
            VALUE "InternalName", "Emacs\0"
            VALUE "LegalCopyright", "Copyright (C) 2002, 2003, 2004, 2005, 2006\0"
            VALUE "OriginalFilename", "emacs.exe"
            VALUE "ProductName", "Emacs: The extensible self-documenting text editor\0"
-           VALUE "ProductVersion", "22, 0, 50, 0\0"
+           VALUE "ProductVersion", "22, 0, 90, 0\0"
            VALUE "OLESelfRegister", "\0"
         END
      END