From a05815b9e4b7b1c4c0eb198b13dc39b3d77ba8d1 Mon Sep 17 00:00:00 2001 From: "fbarchard@google.com" Date: Thu, 10 Jan 2013 21:07:14 +0000 Subject: [PATCH] Update version number to 534 BUG=none TEST=unittests check version Review URL: https://webrtc-codereview.appspot.com/1031004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@534 16f28f9a-4ce2-e073-06de-1de4eb20be90 --- README.chromium | 2 +- include/libyuv/version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.chromium b/README.chromium index 2c3c131f5..a7af0a894 100644 --- a/README.chromium +++ b/README.chromium @@ -1,6 +1,6 @@ Name: libyuv URL: http://code.google.com/p/libyuv/ -Version: 528 +Version: 534 License: BSD License File: LICENSE diff --git a/include/libyuv/version.h b/include/libyuv/version.h index ca0d0c01f..1eb1c36ba 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 528 +#define LIBYUV_VERSION 534 #endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT