summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>1999-05-11 20:19:11 +0000
committerwtc%netscape.com <devnull@localhost>1999-05-11 20:19:11 +0000
commit9266a9da5c980cea26ca0a129dedd611f7b4b370 (patch)
treec063bad1a454c2e58e75ee9e343761d298a8c043
parent031872a381d6035d4a5a3d4b7566b6da405721fc (diff)
downloadnspr-hg-9266a9da5c980cea26ca0a129dedd611f7b4b370.tar.gz
Bugsplat bug #351863: fixed the Win32 DLL version descriptors in the
resource file for NSPR 3.1.1. Also set the file type to 0x2L (VFT_DLL). (NSPRPUB_RELEASE_3_1_BRANCH)
-rw-r--r--pr/src/nspr.rc10
1 files changed, 5 insertions, 5 deletions
diff --git a/pr/src/nspr.rc b/pr/src/nspr.rc
index e31e9346..8316525f 100644
--- a/pr/src/nspr.rc
+++ b/pr/src/nspr.rc
@@ -45,8 +45,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 3,2,0,0
- PRODUCTVERSION 3,1,0,0
+ FILEVERSION 3,1,1,0
+ PRODUCTVERSION 3,1,1,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -54,7 +54,7 @@ VS_VERSION_INFO VERSIONINFO
FILEFLAGS 0x0L
#endif
FILEOS 0x40004L
- FILETYPE 0x1L
+ FILETYPE 0x2L
FILESUBTYPE 0x0L
// end win16
@@ -67,7 +67,7 @@ BEGIN
BEGIN
VALUE "CompanyName", "Netscape Communications Corporation\0"
VALUE "FileDescription", "Netscape Portable Run Time\0"
- VALUE "FileVersion", "3, 1, 0, 0\0"
+ VALUE "FileVersion", "3.1.1\0"
#ifdef WINNT
VALUE "InternalName", "libnspr3\0"
VALUE "OriginalFilename", "libnspr3.dll\0"
@@ -77,7 +77,7 @@ BEGIN
#endif
VALUE "LegalCopyright", "Copyright © 1996\0"
VALUE "ProductName", "Netscape Communication Corporation NSPR20\0"
- VALUE "ProductVersion", "3, 1, 0, 0\0"
+ VALUE "ProductVersion", "3.1.1\0"
END
END
BLOCK "VarFileInfo"