Bump up AdbWinApi.dll version and submit prebuilt AdbWinApi.dll

This commit is contained in:
vchtchetkine
2009-07-29 17:44:36 -07:00
parent aa70ca22d1
commit 17851887c2
2 changed files with 6 additions and 6 deletions

View File

@@ -57,8 +57,8 @@ END
// //
VS_VERSION_INFO VERSIONINFO VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,0,0,1 FILEVERSION 2,0,0,0
PRODUCTVERSION 1,0,0,1 PRODUCTVERSION 2,0,0,0
FILEFLAGSMASK 0x3fL FILEFLAGSMASK 0x3fL
#ifdef _DEBUG #ifdef _DEBUG
FILEFLAGS 0x1L FILEFLAGS 0x1L
@@ -74,13 +74,13 @@ BEGIN
BLOCK "040904e4" BLOCK "040904e4"
BEGIN BEGIN
VALUE "CompanyName", "Google, inc" VALUE "CompanyName", "Google, inc"
VALUE "FileDescription", "TODO: <File description>" VALUE "FileDescription", "Android ADB API"
VALUE "FileVersion", "1.0.0.1" VALUE "FileVersion", "2.0.0.0"
VALUE "LegalCopyright", "Copyright (C) 2006 The Android Open Source Project" VALUE "LegalCopyright", "Copyright (C) 2006 The Android Open Source Project"
VALUE "InternalName", "AdbWinApi.dll" VALUE "InternalName", "AdbWinApi.dll"
VALUE "OriginalFilename", "AdbWinApi.dll" VALUE "OriginalFilename", "AdbWinApi.dll"
VALUE "ProductName", "TODO: <Product name>" VALUE "ProductName", "Android SDK"
VALUE "ProductVersion", "1.0.0.1" VALUE "ProductVersion", "2.0.0.0"
VALUE "OLESelfRegister", "" VALUE "OLESelfRegister", ""
END END
END END