diff nt/emacsclient.rc @ 111388:da3121d12212 EMACS_PRETEST_23_2_90

Bump version to 23.2.90. Regenerate AUTHORS, configure, and ldefs-boot.el.
author Chong Yidong <cyd@stupidchicken.com>
date Mon, 08 Nov 2010 21:53:18 -0500
parents 22f58204116d
children 5032326a2135
line wrap: on
line diff
--- a/nt/emacsclient.rc	Mon Nov 08 16:07:41 2010 -0500
+++ b/nt/emacsclient.rc	Mon Nov 08 21:53:18 2010 -0500
@@ -5,8 +5,8 @@
 #endif
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 23,2,50,0
- PRODUCTVERSION 23,2,50,0
+ FILEVERSION 23,2,90,0
+ PRODUCTVERSION 23,2,90,0
  FILEFLAGSMASK 0x3FL
 #ifdef EMACSDEBUG
  FILEFLAGS 0x1L
@@ -23,12 +23,12 @@
 	BEGIN
 	    VALUE "CompanyName", "Free Software Foundation\0"
 	    VALUE "FileDescription", "GNU EmacsClient: Client for the extensible self-documenting text editor\0"
-	    VALUE "FileVersion", "23, 2, 50, 0\0"
+	    VALUE "FileVersion", "23, 2, 90, 0\0"
 	    VALUE "InternalName", "EmacsClient\0"
 	    VALUE "LegalCopyright", "Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010\0"
 	    VALUE "OriginalFilename", "emacsclientw.exe"
 	    VALUE "ProductName", "EmacsClient\0"
-	    VALUE "ProductVersion", "23, 2, 50, 0\0"
+	    VALUE "ProductVersion", "23, 2, 90, 0\0"
 	    VALUE "OLESelfRegister", "\0"
 	 END
      END