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 31d7297..ea355fa 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 May 20 17:13:23 2014. */ +/* From pp_macros.idl modified Wed Jun 11 11:38:24 2014. */ #ifndef PPAPI_C_PP_MACROS_H_ #define PPAPI_C_PP_MACROS_H_ -#define PPAPI_RELEASE 37 +#define PPAPI_RELEASE 38 /** * @file |