diff options
author | sbc@chromium.org <sbc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-19 20:47:22 +0000 |
---|---|---|
committer | sbc@chromium.org <sbc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-19 20:47:22 +0000 |
commit | b8ef9f112d40f1da534e6e88489c6b955c67384f (patch) | |
tree | c9a59f8501ce8bdbf64dacc79173218549da23a3 /native_client_sdk/src/build_tools/json | |
parent | 417ce9d3c544f1ca434465328a601bc19c0fca0b (diff) | |
download | chromium_src-b8ef9f112d40f1da534e6e88489c6b955c67384f.zip chromium_src-b8ef9f112d40f1da534e6e88489c6b955c67384f.tar.gz chromium_src-b8ef9f112d40f1da534e6e88489c6b955c67384f.tar.bz2 |
[NaCl SDK] Bump version of visual studio addin that we ship 1568 -> 1573
This fixes a couple of issues with the installer script regarding
installing on machines that don't have both 2010 and 2012 installed.
R=binji@chromium.org
Review URL: https://codereview.chromium.org/290013003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271472 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'native_client_sdk/src/build_tools/json')
-rw-r--r-- | native_client_sdk/src/build_tools/json/naclsdk_manifest2.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/native_client_sdk/src/build_tools/json/naclsdk_manifest2.json b/native_client_sdk/src/build_tools/json/naclsdk_manifest2.json index 6f48141..93758d9 100644 --- a/native_client_sdk/src/build_tools/json/naclsdk_manifest2.json +++ b/native_client_sdk/src/build_tools/json/naclsdk_manifest2.json @@ -29,7 +29,7 @@ "name": "vs_addin", "recommended": "no", "repath": "vs_addin", - "revision": 1568, + "revision": 1573, "stability": "dev", "version": 0 }, |