Addressing bug 112508 -- incrementing a version constant, r/sr=dp

git-svn-id: svn://10.0.0.236/trunk@109788 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
av%netscape.com
2001-12-06 02:30:23 +00:00
parent 2c07b7962f
commit d08a4b421b

View File

@@ -181,8 +181,8 @@ static const char *kPluginTmpDirName = "plugtmp";
// Version of cached plugin info
// 0.01 first implementation
// 0.02 added caching of CanUnload to fix bug 105935
static const char *kPluginInfoVersion = "0.02";
// 0.03 changed name, description and mime desc from string to bytes, bug 108246
static const char *kPluginInfoVersion = "0.03";
////////////////////////////////////////////////////////////////////////
// CID's && IID's
static NS_DEFINE_IID(kIPluginInstanceIID, NS_IPLUGININSTANCE_IID);