Index: libvpx/source/config/mac/ia32/vpx_version.h |
diff --git a/libvpx/source/config/mac/ia32/vpx_version.h b/libvpx/source/config/mac/ia32/vpx_version.h |
index efe0ef25c6558d5a36547c3825ddf785ab25f034..85c44080efc672bafeac98a6cdc5e1eadcf397a8 100644 |
--- a/libvpx/source/config/mac/ia32/vpx_version.h |
+++ b/libvpx/source/config/mac/ia32/vpx_version.h |
@@ -1,7 +1,7 @@ |
#define VERSION_MAJOR 0 |
#define VERSION_MINOR 9 |
-#define VERSION_PATCH 7 |
-#define VERSION_EXTRA "p1" |
+#define VERSION_PATCH 6 |
+#define VERSION_EXTRA "94-g82315be" |
#define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH)) |
-#define VERSION_STRING_NOSP "v0.9.7-p1" |
-#define VERSION_STRING " v0.9.7-p1" |
+#define VERSION_STRING_NOSP "v0.9.6-94-g82315be" |
+#define VERSION_STRING " v0.9.6-94-g82315be" |