Changeset 49256 in webkit


Ignore:
Timestamp:
Oct 7, 2009 11:32:35 AM (15 years ago)
Author:
sfalken@apple.com
Message:

https://bugs.webkit.org/show_bug.cgi?id=30176
<rdar://problem/7281553> Extra information in UA causes problems with gmail

Reviewed by Darin Adler.

  • WebKit.vcproj/WebKit.rc: Restore PRODUCTVERSION to build number only. Remove extra space.
Location:
trunk/WebKit/win
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKit/win/ChangeLog

    r49232 r49256  
     12009-10-07  Steve Falkenburg  <sfalken@apple.com>
     2
     3        Reviewed by Darin Adler.
     4
     5        https://bugs.webkit.org/show_bug.cgi?id=30176
     6        <rdar://problem/7281553> Extra information in UA causes problems with gmail
     7       
     8        * WebKit.vcproj/WebKit.rc: Restore PRODUCTVERSION to build number only. Remove extra space.
     9
    1102009-10-06  Pavel Feldman  <pfeldman@chromium.org>
    211
  • trunk/WebKit/win/WebKit.vcproj/WebKit.rc

    r49026 r49256  
    4545            VALUE "LegalCopyright", "Copyright Apple Inc. 2003-2009"
    4646            VALUE "OriginalFilename", "WebKit.dll"
    47             VALUE "ProductName", " WebKit"
    48             VALUE "ProductVersion", __VERSION_TEXT__
     47            VALUE "ProductName", "WebKit"
     48            VALUE "ProductVersion", __BUILD_NUMBER_SHORT__
    4949        END
    5050    END
Note: See TracChangeset for help on using the changeset viewer.