diff options
Diffstat (limited to 'ppapi/c/pp_macros.h')
-rw-r--r-- | ppapi/c/pp_macros.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ppapi/c/pp_macros.h b/ppapi/c/pp_macros.h index 97a4229..a552885 100644 --- a/ppapi/c/pp_macros.h +++ b/ppapi/c/pp_macros.h @@ -3,13 +3,13 @@ * found in the LICENSE file. */ -/* From pp_macros.idl modified Tue Jul 2 14:15:05 2013. */ +/* From pp_macros.idl modified Wed Apr 10 11:57:14 2013. */ #ifndef PPAPI_C_PP_MACROS_H_ #define PPAPI_C_PP_MACROS_H_ -#define PPAPI_RELEASE 30 +#define PPAPI_RELEASE 31 /** * @file |