commit | c11b5fb4271638cea5d431affd7cea41c86142e6 | [log] [tgz] |
---|---|---|
author | Nicolas Capens <capn@google.com> | Tue Jan 20 10:20:46 2015 -0500 |
committer | Nicolas Capens <capn@google.com> | Tue Jan 20 15:23:03 2015 +0000 |
tree | 4679cd8a3a095b0e105576b22ab6341d344cf0f9 | |
parent | 88482256166f351b8e24fb84a59ce323db117b0a [diff] |
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)