Update of /cvsroot/popfile/windows/add-ons
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8535/add-ons
Modified Files:
addssl.nsi
Log Message:
Version Information 'copyright' date updated.
Index: addssl.nsi
===================================================================
RCS file: /cvsroot/popfile/windows/add-ons/addssl.nsi,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** addssl.nsi 11 Jan 2006 14:47:37 -0000 1.14
--- addssl.nsi 19 Jan 2006 11:31:12 -0000 1.15
***************
*** 181,185 ****
Name "POPFile SSL Setup"
! !define C_PFI_VERSION "0.1.4"
; Mention the wizard's version number in the window title
--- 181,185 ----
Name "POPFile SSL Setup"
! !define C_PFI_VERSION "0.1.5"
; Mention the wizard's version number in the window title
***************
*** 248,252 ****
VIAddVersionKey "Comments" "POPFile Homepage: http://getpopfile.org/"
VIAddVersionKey "CompanyName" "The POPFile Project"
! VIAddVersionKey "LegalCopyright" "Copyright (c) 2005 John Graham-Cumming"
VIAddVersionKey "FileDescription" "Installs SSL support for POPFile 0.22 or later"
VIAddVersionKey "FileVersion" "${C_PFI_VERSION}"
--- 248,252 ----
VIAddVersionKey "Comments" "POPFile Homepage: http://getpopfile.org/"
VIAddVersionKey "CompanyName" "The POPFile Project"
! VIAddVersionKey "LegalCopyright" "Copyright (c) 2006 John Graham-Cumming"
VIAddVersionKey "FileDescription" "Installs SSL support for POPFile 0.22 or later"
VIAddVersionKey "FileVersion" "${C_PFI_VERSION}"
|