Update version.h to 2184.
Review URL: https://codereview.appspot.com/8833047

git-svn-id: http://angleproject.googlecode.com/svn/trunk@2184 736b8ea6-26fd-11df-bfd4-992fa37f6226
diff --git a/src/common/version.h b/src/common/version.h
index 507cf0c..27791f0 100644
--- a/src/common/version.h
+++ b/src/common/version.h
@@ -1,7 +1,7 @@
 #define MAJOR_VERSION 1
 #define MINOR_VERSION 0
 #define BUILD_VERSION 0
-#define BUILD_REVISION 2043
+#define BUILD_REVISION 2184
 
 #define STRINGIFY(x) #x
 #define MACRO_STRINGIFY(x) STRINGIFY(x)