Fix incorrect API version information.

Several IDL files contain references to M13 which are unused.  This causes
the generator to use M13 instead of M14 as the version number for the
unchanged interface.   This CL removes the unused references to M13 in
the IDL, and pushes the updated set of '*.h' removing the unused 
#define of the unused version string.

BUG= http://code.google.com/p/chromium/issues/detail?id=94201
TEST= compile + try
R= [email protected]
Review URL: http://codereview.chromium.org/7748012

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98348 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/ppapi/api/pp_stdint.idl b/ppapi/api/pp_stdint.idl
index fba15dd..5137f907 100644
--- a/ppapi/api/pp_stdint.idl
+++ b/ppapi/api/pp_stdint.idl
@@ -10,8 +10,7 @@
  */
 
 label Chrome {
-  M13 = 0.0,
-  M14 = 1.0
+  M13 = 0.0
 };
 
 [version=0.0]