From 1c5cab8e11ae4baa80289e342387745e9e5deee9 Mon Sep 17 00:00:00 2001 From: "kjellander@google.com" Date: Thu, 13 Sep 2012 20:09:31 +0000 Subject: [PATCH] Added try server to codereview.settings. Review URL: https://webrtc-codereview.appspot.com/776006 git-svn-id: http://libyuv.googlecode.com/svn/trunk@350 16f28f9a-4ce2-e073-06de-1de4eb20be90 --- README.chromium | 2 +- codereview.settings | 2 ++ include/libyuv/version.h | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.chromium b/README.chromium index 3d6381379..3080bb1ed 100644 --- a/README.chromium +++ b/README.chromium @@ -1,6 +1,6 @@ Name: libyuv URL: http://code.google.com/p/libyuv/ -Version: 349 +Version: 350 License: BSD License File: LICENSE diff --git a/codereview.settings b/codereview.settings index 563cf0d9b..11270bba8 100644 --- a/codereview.settings +++ b/codereview.settings @@ -5,6 +5,8 @@ CODE_REVIEW_SERVER: webrtc-codereview.appspot.com #VIEW_VC: #STATUS: TRY_ON_UPLOAD: False +TRYSERVER_HTTP_HOST: webrtc-cb-linux-master.cbf.corp.google.com +TRYSERVER_HTTP_PORT: 9020 #TRYSERVER_SVN_URL: #GITCL_PREUPLOAD: #GITCL_PREDCOMMIT: diff --git a/include/libyuv/version.h b/include/libyuv/version.h index 20bfd41cd..159717c86 100644 --- a/include/libyuv/version.h +++ b/include/libyuv/version.h @@ -11,6 +11,6 @@ #ifndef INCLUDE_LIBYUV_VERSION_H_ // NOLINT #define INCLUDE_LIBYUV_VERSION_H_ -#define LIBYUV_VERSION 349 +#define LIBYUV_VERSION 350 #endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT