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,8 +10,6 @@ ...@@ -10,8 +10,6 @@
!define INSTALLER_HOME "/Volumes/Home/Projects/psi/win-installer/psi-0.12" !define INSTALLER_HOME "/Volumes/Home/Projects/psi/win-installer/psi-0.12"
!define INSTALLER_COPYRIGHT_YEAR "2004-2008"
!define INSTALLER_BUILD "1" !define INSTALLER_BUILD "1"
; ^ update whenever you add something to the installer and rebuild it ; ^ update whenever you add something to the installer and rebuild it
; without changing APPVERSION ; without changing APPVERSION
......
;******************************************************************************* ;*******************************************************************************
; psi.nsi - NSIS installer script for Psi ; 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 ; E-mail: dev@mircea.bardac.net
; XMPP: iceram@jabber.org ; XMPP: iceram@jabber.org
; ;
...@@ -36,6 +36,7 @@ ...@@ -36,6 +36,7 @@
!define LCAPPNAME "psi" ; lowercase APPNAME !define LCAPPNAME "psi" ; lowercase APPNAME
!define INSTALLER_COPYRIGHT_YEAR "2004-2008"
; Version information for the installer executable ; Version information for the installer executable
VIAddVersionKey ProductName "${APPNAME}" 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