Commit c11b5fb4 by Nicolas Capens

Increment the version number.

Change-Id: I4ff0039b29da0afeb77198aeabbcc5a5403b283b Reviewed-on: https://swiftshader-review.googlesource.com/1731Reviewed-by: 's avatarNicolas Capens <capn@google.com> Tested-by: 's avatarNicolas Capens <capn@google.com>
parent 88482256
...@@ -41,4 +41,6 @@ ...@@ -41,4 +41,6 @@
*.res *.res
*.idb *.idb
*.sdf *.sdf
*.suo *.suo
\ No newline at end of file *.o
#define MAJOR_VERSION 3 #define MAJOR_VERSION 3
#define MINOR_VERSION 2 #define MINOR_VERSION 2
#define BUILD_VERSION 7 #define BUILD_VERSION 7
#define BUILD_REVISION 47657 #define BUILD_REVISION 47658
#define STRINGIFY(x) #x #define STRINGIFY(x) #x
#define MACRO_STRINGIFY(x) STRINGIFY(x) #define MACRO_STRINGIFY(x) STRINGIFY(x)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment