diff nt/emacsclient.rc @ 108319:c3a1d1b47790 EMACS_PRETEST_23_1_96

Bump version to 23.1.96.
author Chong Yidong <cyd@stupidchicken.com>
date Mon, 19 Apr 2010 21:29:37 -0400
parents 14f1ff916f19
children d4caa51ddfe2
line wrap: on
line diff
--- a/nt/emacsclient.rc	Mon Apr 19 10:38:53 2010 -0400
+++ b/nt/emacsclient.rc	Mon Apr 19 21:29:37 2010 -0400
@@ -5,8 +5,8 @@
 #endif
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 23,1,95,0
- PRODUCTVERSION 23,1,95,0
+ FILEVERSION 23,1,96,0
+ PRODUCTVERSION 23,1,96,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, 95, 0\0"
+	    VALUE "FileVersion", "23, 1, 96, 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, 95, 0\0"
+	    VALUE "ProductVersion", "23, 1, 96, 0\0"
 	    VALUE "OLESelfRegister", "\0"
 	 END
      END