Update of /cvsroot/popfile/windows
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24156
Modified Files:
Tag: b0_22_2
adduser.nsi installer.nsi
Log Message:
Forgot to update the VersionInfo section
Index: installer.nsi
===================================================================
RCS file: /cvsroot/popfile/windows/installer.nsi,v
retrieving revision 1.242.4.4
retrieving revision 1.242.4.5
diff -C2 -d -r1.242.4.4 -r1.242.4.5
*** installer.nsi 6 Feb 2006 16:53:18 -0000 1.242.4.4
--- installer.nsi 6 Feb 2006 18:56:58 -0000 1.242.4.5
***************
*** 22,26 ****
# (2) pfidiag.exe (NSIS script: test\pfidiag.nsi)
#
! # Copyright (c) 2002-2005 John Graham-Cumming
#
# This file is part of POPFile
--- 22,26 ----
# (2) pfidiag.exe (NSIS script: test\pfidiag.nsi)
#
! # Copyright (c) 2002-2006 John Graham-Cumming
#
# This file is part of POPFile
***************
*** 371,375 ****
VIAddVersionKey "Comments" "POPFile Homepage: http://getpopfile.org/"
VIAddVersionKey "CompanyName" "The POPFile Project"
! VIAddVersionKey "LegalCopyright" "Copyright (c) 2005 John Graham-Cumming"
VIAddVersionKey "FileDescription" "POPFile Automatic email classification"
VIAddVersionKey "FileVersion" "${C_PFI_VERSION}"
--- 371,375 ----
VIAddVersionKey "Comments" "POPFile Homepage: http://getpopfile.org/"
VIAddVersionKey "CompanyName" "The POPFile Project"
! VIAddVersionKey "LegalCopyright" "Copyright (c) 2006 John Graham-Cumming"
VIAddVersionKey "FileDescription" "POPFile Automatic email classification"
VIAddVersionKey "FileVersion" "${C_PFI_VERSION}"
Index: adduser.nsi
===================================================================
RCS file: /cvsroot/popfile/windows/adduser.nsi,v
retrieving revision 1.59.4.6
retrieving revision 1.59.4.7
diff -C2 -d -r1.59.4.6 -r1.59.4.7
*** adduser.nsi 6 Feb 2006 16:26:03 -0000 1.59.4.6
--- adduser.nsi 6 Feb 2006 18:56:58 -0000 1.59.4.7
***************
*** 345,349 ****
VIAddVersionKey "Comments" "POPFile Homepage: http://getpopfile.org/"
VIAddVersionKey "CompanyName" "The POPFile Project"
! VIAddVersionKey "LegalCopyright" "Copyright (c) 2005 John Graham-Cumming"
VIAddVersionKey "FileDescription" "Add/Remove POPFile User wizard"
VIAddVersionKey "FileVersion" "${C_PFI_VERSION}"
--- 345,349 ----
VIAddVersionKey "Comments" "POPFile Homepage: http://getpopfile.org/"
VIAddVersionKey "CompanyName" "The POPFile Project"
! VIAddVersionKey "LegalCopyright" "Copyright (c) 2006 John Graham-Cumming"
VIAddVersionKey "FileDescription" "Add/Remove POPFile User wizard"
VIAddVersionKey "FileVersion" "${C_PFI_VERSION}"
|