summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcvs2hg <devnull@localhost>1999-05-11 20:19:12 +0000
committercvs2hg <devnull@localhost>1999-05-11 20:19:12 +0000
commit1b9469a36f68e88a5af02912bbd2d2e3cb0e6ace (patch)
tree9bf1429c0704948e6367d164f47898624f8c21ec
parent49cc1e1584fcd4b5ff5e23b0721fec2bbc883d59 (diff)
downloadnspr-hg-1b9469a36f68e88a5af02912bbd2d2e3cb0e6ace.tar.gz
fixup commit for tag 'NSPRPUB_RELEASE_3_1_1'NSPRPUB_RELEASE_3_1_1
-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"