summaryrefslogtreecommitdiffstats
path: root/src/3rdparty
diff options
context:
space:
mode:
authorOliver Wolff <oliver.wolff@qt.io>2018-12-07 09:46:22 +0100
committerOliver Wolff <oliver.wolff@qt.io>2018-12-07 09:03:19 +0000
commitf7019fa43bca4ec26f76a4c4975cbb53b2886902 (patch)
treed21fbda591e894a1bbaab663c21e44a22171fd6d /src/3rdparty
parentb82559244e2dc03f1ceff66bb67630df4300dc7c (diff)
ANGLE: Set ANGLE_COMMIT_HASH and ANGLE_COMMIT_DATE
Fixes: QTBUG-72371 Change-Id: Ia03447b77d4f88eefc760e9bee14dbf3dd79d5a5 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'src/3rdparty')
-rw-r--r--src/3rdparty/angle/id/commit.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/3rdparty/angle/id/commit.h b/src/3rdparty/angle/id/commit.h
index 4c89a657c5..d5446432f7 100644
--- a/src/3rdparty/angle/id/commit.h
+++ b/src/3rdparty/angle/id/commit.h
@@ -7,8 +7,8 @@
// This is a default commit hash header, when git is not available.
//
-#define ANGLE_COMMIT_HASH "unknown hash"
+#define ANGLE_COMMIT_HASH "57ea533f79a7"
#define ANGLE_COMMIT_HASH_SIZE 12
-#define ANGLE_COMMIT_DATE "unknown date"
+#define ANGLE_COMMIT_DATE "2017-11-22 14:04:48 -0800"
#define ANGLE_DISABLE_PROGRAM_BINARY_LOAD