commit | 129c98aae8a6030fc15e61549f3e2f6757478583 | [log] [tgz] |
---|---|---|
author | Nicolas Capens <capn@google.com> | Wed Oct 15 14:15:52 2014 -0400 |
committer | capn <capn@google.com> | Wed Oct 15 18:55:05 2014 +0000 |
tree | 04e4a3ac88e0e2e92a4c95c0daf9de7b84c847ca | |
parent | 014b9a60ceda6b51a3fe9075f3a9aa1c29a5553e [diff] |
Update the release version. Change-Id: Ie9b4d9fd7f9c0814c839bdf5dbb53d7fd4cd8a8f Reviewed-on: https://swiftshader-review.googlesource.com/1192 Reviewed-by: <capn@google.com> Tested-by: <capn@google.com>
diff --git a/src/Common/Version.h b/src/Common/Version.h index ae4ad5a..f358056 100644 --- a/src/Common/Version.h +++ b/src/Common/Version.h
@@ -1,7 +1,7 @@ #define MAJOR_VERSION 3 #define MINOR_VERSION 2 -#define BUILD_VERSION 6 -#define BUILD_REVISION 47654 +#define BUILD_VERSION 7 +#define BUILD_REVISION 47655 #define STRINGIFY(x) #x #define MACRO_STRINGIFY(x) STRINGIFY(x)