Commit 8bd2183d authored by Mircea Bardac's avatar Mircea Bardac

copyright year should not be set in the config file


git-svn-id: svn+ssh://svn.psi-im.org/home/psi/svn/win-installer/trunk@46 2d3a5ac0-73f9-4639-b284-2310bd1da355
parent 0c04a4b3
......@@ -10,11 +10,9 @@
!define INSTALLER_HOME "/Volumes/Home/Projects/psi/win-installer/psi-0.12"
!define INSTALLER_COPYRIGHT_YEAR "2004-2008"
!define INSTALLER_BUILD "1"
; ^ update whenever you add something to the installer and rebuild it
; without changing APPVERSION
; ^ reset to 0 when you change APPVERSION
!define FILE_SEPARATOR "/"
\ No newline at end of file
!define FILE_SEPARATOR "/"
;*******************************************************************************
; psi.nsi - NSIS installer script for Psi
;
; Copyright (c) 2004-2005 Mircea Bardac (IceRAM)
; Copyright (c) 2004-2008 Mircea Bardac (IceRAM)
; E-mail: dev@mircea.bardac.net
; XMPP: iceram@jabber.org
;
......@@ -34,8 +34,9 @@
!define APPFULLVERSION "${APPVERSION}${APPEXTRAVERSION}"
!define APPNAMEANDVERSION "${APPNAME} ${APPFULLVERSION}"
!define LCAPPNAME "psi" ; lowercase APPNAME
!define LCAPPNAME "psi" ; lowercase APPNAME
!define INSTALLER_COPYRIGHT_YEAR "2004-2008"
; Version information for the installer executable
VIAddVersionKey ProductName "${APPNAME}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment