diff nt/emacsclient.rc @ 101743:ad7e9d61234d EMACS_PRETEST_23_0_90

Bump version to 23.0.90.
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 01 Feb 2009 22:04:25 +0000
parents a84518accc05
children 9688587d3982
line wrap: on
line diff
--- a/nt/emacsclient.rc	Sun Feb 01 22:03:59 2009 +0000
+++ b/nt/emacsclient.rc	Sun Feb 01 22:04:25 2009 +0000
@@ -5,8 +5,8 @@
 #endif
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 23,0,60,0
- PRODUCTVERSION 23,0,60,0
+ FILEVERSION 23,0,90,0
+ PRODUCTVERSION 23,0,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, 0, 60, 0\0"
+	    VALUE "FileVersion", "23, 0, 90, 0\0"
 	    VALUE "InternalName", "EmacsClient\0"
 	    VALUE "LegalCopyright", "Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009\0"
 	    VALUE "OriginalFilename", "emacsclientw.exe"
 	    VALUE "ProductName", "EmacsClient\0"
-	    VALUE "ProductVersion", "23, 0, 60, 0\0"
+	    VALUE "ProductVersion", "23, 0, 90, 0\0"
 	    VALUE "OLESelfRegister", "\0"
 	 END
      END