summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAl Patrick <apatrick@chromium.org>2013-07-01 12:38:41 -0700
committerAl Patrick <apatrick@chromium.org>2013-07-01 12:38:41 -0700
commit9b344317b2ced9123da6e0e55aeb75e8abca84c5 (patch)
tree30b33416548676761e5d7423b024d8882a10d267
parent0ee126c670edae8dd1822980047450a9a530c032 (diff)
downloadangle_dx11-9b344317b2ced9123da6e0e55aeb75e8abca84c5.tar.gz
Bump version.h
Review URL: https://codereview.appspot.com/10835043
-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 c8a80830..6c6cee6b 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 2423
+#define BUILD_REVISION 2424
#define STRINGIFY(x) #x
#define MACRO_STRINGIFY(x) STRINGIFY(x)