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)