Bug 107375 - update localVersion to 0.9.6. r=jbetak, sr=dveditz

git-svn-id: svn://10.0.0.236/trunk@107029 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ddrinan%netscape.com 2001-11-02 00:27:05 +00:00
parent 155f4be4c1
commit d7d2ef3a82
5 changed files with 5 additions and 5 deletions

View File

@ -34,7 +34,7 @@
chrome:displayName="pippki"
chrome:author="PSM Team"
chrome:name="pippki"
chrome:localeVersion="0.9.4">
chrome:localeVersion="0.9.6">
</RDF:Description>
<!-- Declare overlay points used in this package -->

View File

@ -44,5 +44,5 @@
<!-- Version Information. State that we work only with major version of this
package. -->
<RDF:Description about="urn:mozilla:locale:en-US:pippki"
chrome:localeVersion="0.9.4"/>
chrome:localeVersion="0.9.6"/>
</RDF:RDF>

View File

@ -12,7 +12,7 @@
chrome:displayName="pipnss"
chrome:author="PSM Team"
chrome:name="pipnss"
chrome:localeVersion="0.9.4">
chrome:localeVersion="0.9.6">
</RDF:Description>
</RDF:RDF>

View File

@ -22,5 +22,5 @@
<!-- Version Information. State that we work only with major version of this
package. -->
<RDF:Description about="urn:mozilla:locale:en-US:pipnss"
chrome:localeVersion="0.9.4"/>
chrome:localeVersion="0.9.6"/>
</RDF:RDF>

View File

@ -38,7 +38,7 @@
#define NS_PKCS11_CID \
{0x74b7a390, 0x3b41, 0x11d4, { 0x8a, 0x80, 0x00, 0x60, 0x08, 0xc8, 0x44, 0xc3} }
#define PSM_VERSION_STRING "2.1"
#define PSM_VERSION_STRING "2.2"
class nsIPSMComponent;
class nsIDOMScriptObjectFactory;