summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShannon Woods <shannonwoods@chromium.org>2013-07-11 13:10:36 -0400
committerShannon Woods <shannonwoods@chromium.org>2013-07-11 13:10:36 -0400
commit7891ba45345d5c4ebb0b75343190109335d7dda4 (patch)
tree6c6495347ba6d739ee003301061324d4681eae90
parent6322ef4790e5c546c1d9bfaf5877ffc6048bc541 (diff)
downloadangle_dx11-7891ba45345d5c4ebb0b75343190109335d7dda4.tar.gz
Bump ANGLE version
-rw-r--r--src/common/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/version.h b/src/common/version.h
index 6c6cee6b..5ea84259 100644
--- a/src/common/version.h
+++ b/src/common/version.h
@@ -1,7 +1,7 @@
#define MAJOR_VERSION 1
#define MINOR_VERSION 2
#define BUILD_VERSION 0
-#define BUILD_REVISION 2424
+#define BUILD_REVISION 2425
#define STRINGIFY(x) #x
#define MACRO_STRINGIFY(x) STRINGIFY(x)