diff --git a/DSGrab.cpp b/DSGrab.cpp index 99e3360..56351b9 100644 --- a/DSGrab.cpp +++ b/DSGrab.cpp @@ -1,4 +1,4 @@ -// DSGrab Version 1.5.0 +// DSGrab Version 1.6.0 //The MIT License // @@ -579,7 +579,7 @@ void ShowHeader() { ::VerQueryValue( pBlock, lpSubBlock, lplpBuffer, puLen ); */ - tcout << _T( "DSGrab Version 1.5.0 By Sahab Yazdani" ) << endl; + tcout << _T( "DSGrab Version 1.6.0 By Sahab Yazdani" ) << endl; tcout << _T( "http://www.saliences.com/projects/dsgrab/index.html" ) << endl << endl; } diff --git a/resource.aps b/resource.aps index eef5848..4924197 100644 Binary files a/resource.aps and b/resource.aps differ diff --git a/resource.rc b/resource.rc index d95f315..0ff2c51 100644 --- a/resource.rc +++ b/resource.rc @@ -61,8 +61,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_CAN // VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,5,0,1 - PRODUCTVERSION 1,5,0,1 + FILEVERSION 1,6,0,1 + PRODUCTVERSION 1,6,0,1 FILEFLAGSMASK 0x17L #ifdef _DEBUG FILEFLAGS 0x1L @@ -78,12 +78,12 @@ BEGIN BLOCK "100904b0" BEGIN VALUE "FileDescription", "DirectShow Capture Device Console Application" - VALUE "FileVersion", "1.5.0.1" + VALUE "FileVersion", "1.6.0.1" VALUE "InternalName", "DSGrab" VALUE "LegalCopyright", "Public Domain" VALUE "OriginalFilename", "DSGrab.exe" VALUE "ProductName", "DSGrab" - VALUE "ProductVersion", "1.5.0.1" + VALUE "ProductVersion", "1.6.0.1" END END BLOCK "VarFileInfo"