summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/angle/src/common/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/angle/src/common/version.h')
-rw-r--r--src/3rdparty/angle/src/common/version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/3rdparty/angle/src/common/version.h b/src/3rdparty/angle/src/common/version.h
index 7913851e6a..7a4942ad88 100644
--- a/src/3rdparty/angle/src/common/version.h
+++ b/src/3rdparty/angle/src/common/version.h
@@ -1,7 +1,7 @@
#define MAJOR_VERSION 1
-#define MINOR_VERSION 1
+#define MINOR_VERSION 2
#define BUILD_VERSION 0
-#define BUILD_REVISION 2037
+#define BUILD_REVISION 2446
#define STRINGIFY(x) #x
#define MACRO_STRINGIFY(x) STRINGIFY(x)