summaryrefslogtreecommitdiffstats
path: root/x86/vpx_version.h
diff options
context:
space:
mode:
Diffstat (limited to 'x86/vpx_version.h')
-rw-r--r--x86/vpx_version.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/x86/vpx_version.h b/x86/vpx_version.h
new file mode 100644
index 0000000..f60dcc7
--- /dev/null
+++ b/x86/vpx_version.h
@@ -0,0 +1,7 @@
+#define VERSION_MAJOR 1
+#define VERSION_MINOR 3
+#define VERSION_PATCH 0
+#define VERSION_EXTRA ""
+#define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
+#define VERSION_STRING_NOSP "v1.3.0"
+#define VERSION_STRING " v1.3.0"