Skip to content

Commit

Permalink
Bump version to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thegrandpoobah committed Jan 28, 2013
1 parent 1c35195 commit 0592cec
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions DSGrab.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// DSGrab Version 1.5.0
// DSGrab Version 1.6.0

//The MIT License
//
Expand Down Expand Up @@ -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;
}

Expand Down
Binary file modified resource.aps
Binary file not shown.
8 changes: 4 additions & 4 deletions resource.rc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
Expand Down

0 comments on commit 0592cec

Please sign in to comment.