Update of /cvsroot/popfile/windows
In directory sc8-pr-cvs1:/tmp/cvs-serv15102
Modified Files:
installer.nsi
Log Message:
Update VersionInformation and undo previous mod [POP3 server string, see bug 774315]
Index: installer.nsi
===================================================================
RCS file: /cvsroot/popfile/windows/installer.nsi,v
retrieving revision 1.98
retrieving revision 1.99
diff -C2 -d -r1.98 -r1.99
*** installer.nsi 2 Aug 2003 17:23:17 -0000 1.98
--- installer.nsi 3 Aug 2003 00:47:21 -0000 1.99
***************
*** 143,152 ****
; representing the following values: Major.Minor.Release.Build
! VIProductVersion "0.19.0.0"
VIAddVersionKey "ProductName" "POPFile"
VIAddVersionKey "Comments" "POPFile Homepage: http://popfile.sourceforge.net"
VIAddVersionKey "CompanyName" "POPFile Team"
- # VIAddVersionKey "LegalTrademarks" "POPFile"
VIAddVersionKey "LegalCopyright" "© 2001-2003 John Graham-Cumming"
VIAddVersionKey "FileDescription" "POPFile Automatic email classification"
--- 143,151 ----
; representing the following values: Major.Minor.Release.Build
! VIProductVersion "0.20.0.0"
VIAddVersionKey "ProductName" "POPFile"
VIAddVersionKey "Comments" "POPFile Homepage: http://popfile.sourceforge.net"
VIAddVersionKey "CompanyName" "POPFile Team"
VIAddVersionKey "LegalCopyright" "© 2001-2003 John Graham-Cumming"
VIAddVersionKey "FileDescription" "POPFile Automatic email classification"
***************
*** 1021,1029 ****
StrCmp ${L_CMPRE} "ui_port " got_ui_port
- ; Remove old POP3 server string to ensure the new installation identifies itself properly
-
- StrCpy ${L_CMPRE} ${L_LNE} 20
- StrCmp ${L_CMPRE} "pop3_welcome_string " loop
-
StrCmp ${L_STRIPLANG} "" transfer
--- 1020,1023 ----
|