| Index: source/config/win/ia32/vpx_version.h | 
| =================================================================== | 
| --- source/config/win/ia32/vpx_version.h	(revision 96967) | 
| +++ source/config/win/ia32/vpx_version.h	(working copy) | 
| @@ -1,7 +1,7 @@ | 
| #define VERSION_MAJOR  0 | 
| #define VERSION_MINOR  9 | 
| -#define VERSION_PATCH  6 | 
| -#define VERSION_EXTRA  "94-g82315be" | 
| +#define VERSION_PATCH  7 | 
| +#define VERSION_EXTRA  "p1" | 
| #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH)) | 
| -#define VERSION_STRING_NOSP "v0.9.6-94-g82315be" | 
| -#define VERSION_STRING      " v0.9.6-94-g82315be" | 
| +#define VERSION_STRING_NOSP "v0.9.7-p1" | 
| +#define VERSION_STRING      " v0.9.7-p1" | 
|  |