Increment the version number.

Change-Id: I4ff0039b29da0afeb77198aeabbcc5a5403b283b
Reviewed-on: https://swiftshader-review.googlesource.com/1731
Reviewed-by: Nicolas Capens <capn@google.com>
Tested-by: Nicolas Capens <capn@google.com>
diff --git a/.gitignore b/.gitignore
index 4b932eb..8fe5e9e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -41,4 +41,6 @@
 *.res
 *.idb
 *.sdf
-*.suo
\ No newline at end of file
+*.suo
+*.o
+
diff --git a/src/Common/Version.h b/src/Common/Version.h
index 23aaae9..d08c068 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 7
-#define BUILD_REVISION 47657
+#define BUILD_REVISION 47658
 
 #define STRINGIFY(x) #x
 #define MACRO_STRINGIFY(x) STRINGIFY(x)