Index: visual_studio/NativeClientVSAddIn/buildbot_run.py |
diff --git a/visual_studio/NativeClientVSAddIn/buildbot_run.py b/visual_studio/NativeClientVSAddIn/buildbot_run.py |
index 65463c58acbf1cea6e54e3bc3b606ed0b95c03d0..bc786a30e8b94a7dfed8fe1382082789b76dc744 100755 |
--- a/visual_studio/NativeClientVSAddIn/buildbot_run.py |
+++ b/visual_studio/NativeClientVSAddIn/buildbot_run.py |
@@ -20,7 +20,7 @@ import zipfile |
GSURL = 'https://commondatastorage.googleapis.com' |
GSPATH = 'nativeclient-mirror/nacl/nacl_sdk/sdk' |
SDKROOT = os.path.join('..', '..', 'out', 'sdk') |
-SDK_VERSIONS = ['pepper_31', 'pepper_32', 'pepper_canary'] |
+SDK_VERSIONS = ['pepper_33', 'pepper_34', 'pepper_canary'] |
def Log(msg): |