Revision: 4333
http://svn.sourceforge.net/winmerge/?rev=4333&view=rev
Author: kimmov
Date: 2007-06-14 12:24:06 -0700 (Thu, 14 Jun 2007)
Log Message:
-----------
Bump ShellExtension version to 1.9.3
Modified Paths:
--------------
branches/R2_6/ShellExtension/ShellExtension.rc
branches/R2_6/Src/Changes.txt
Modified: branches/R2_6/ShellExtension/ShellExtension.rc
===================================================================
--- branches/R2_6/ShellExtension/ShellExtension.rc 2007-06-14 02:28:07 UTC (rev 4332)
+++ branches/R2_6/ShellExtension/ShellExtension.rc 2007-06-14 19:24:06 UTC (rev 4333)
@@ -224,8 +224,8 @@
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 1,9,2,0
- PRODUCTVERSION 1,9,2,0
+ FILEVERSION 1,9,3,0
+ PRODUCTVERSION 1,9,3,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -243,7 +243,7 @@
VALUE "Comments", "\0"
VALUE "CompanyName", "\0"
VALUE "FileDescription", "ShellExtension Module\0"
- VALUE "FileVersion", "1.9.2.0\0"
+ VALUE "FileVersion", "1.9.3.0\0"
VALUE "InternalName", "ShellExtension\0"
VALUE "LegalCopyright", "Copyright 2003-2007\0"
VALUE "LegalTrademarks", "\0"
@@ -251,7 +251,7 @@
VALUE "OriginalFilename", "ShellExtension.DLL\0"
VALUE "PrivateBuild", "\0"
VALUE "ProductName", "ShellExtension Module\0"
- VALUE "ProductVersion", "1.9.2.0\0"
+ VALUE "ProductVersion", "1.9.3.0\0"
VALUE "SpecialBuild", "\0"
END
END
Modified: branches/R2_6/Src/Changes.txt
===================================================================
--- branches/R2_6/Src/Changes.txt 2007-06-14 02:28:07 UTC (rev 4332)
+++ branches/R2_6/Src/Changes.txt 2007-06-14 19:24:06 UTC (rev 4333)
@@ -2,6 +2,10 @@
Add new items to top.
(This summarizes all changes to all files under Src, including Src\Languages.)
+2007-06-14 Kimmo
+ Bump ShellExtension version to 1.9.3
+ ShellExtension: ShellExtension.rc
+
2007-06-07 Kimmo
PATCH: [ 1721815 ] Add CSharp file filter for 2.6.x
Filters new file: CSharp_loose.flt
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|