diff nt/emacsclient.rc @ 108371:bfc8980754ed EMACS_23_2

Bump version to 23.2.
author Chong Yidong <cyd@stupidchicken.com>
date Fri, 07 May 2010 23:28:26 -0400
parents d4caa51ddfe2
children 22f58204116d
line wrap: on
line diff
--- a/nt/emacsclient.rc	Fri May 07 18:51:37 2010 -0400
+++ b/nt/emacsclient.rc	Fri May 07 23:28:26 2010 -0400
@@ -5,8 +5,8 @@
 #endif
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 23,1,97,0
- PRODUCTVERSION 23,1,97,0
+ FILEVERSION 23,2,0,0
+ PRODUCTVERSION 23,2,0,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, 1, 97, 0\0"
+	    VALUE "FileVersion", "23, 2, 0, 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, 1, 97, 0\0"
+	    VALUE "ProductVersion", "23, 2, 0, 0\0"
 	    VALUE "OLESelfRegister", "\0"
 	 END
      END