Commit 5437a857 authored by Mircea Bardac's avatar Mircea Bardac

Versions update

git-svn-id: svn+ssh://svn.psi-im.org/home/psi/svn/win-installer/trunk@8 2d3a5ac0-73f9-4639-b284-2310bd1da355
parent 65d390bb
****************************************************************************** ******************************************************************************
NSIS Installer Script for Psi 0.9.3 - ChangeLog NSIS Installer Script for Psi 0.10 - ChangeLog
Current version: v1.7 Current version: v2.0
Release date: 2005-01-30 Release date: 2005-01-30
Copyright © 2004-2005 Mircea Ionut Bardac (IceRAM) Copyright © 2004-2005 Mircea Ionut Bardac (IceRAM)
......
****************************************************************************** ******************************************************************************
NSIS Installer Script for Psi 0.9.3 NSIS Installer Script for Psi 0.10
Copyright © 2004-2005 Mircea Ionut Bardac (IceRAM) Copyright © 2004-2005 Mircea Ionut Bardac (IceRAM)
e-mail: dev@mircea.bardac.net e-mail: dev@mircea.bardac.net
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
** Legal notice ** Legal notice
psi.nsi - NSIS script for installing Psi 0.9.3 psi.nsi - NSIS script for installing Psi 0.10
Copyright © 2004-2005 Mircea Ionut Bardac (IceRAM) Copyright © 2004-2005 Mircea Ionut Bardac (IceRAM)
This program is free software; you can redistribute it and/or This program is free software; you can redistribute it and/or
...@@ -37,7 +37,10 @@ ...@@ -37,7 +37,10 @@
The pack contains the Psi base files and language files. The pack contains the Psi base files and language files.
LZMA Compression is used. LZMA Compression is used.
Compiles with: MakeNSIS v2.0 (+) Compiles with: MakeNSIS v2.03
* doesn't work with newer versions because of an incompatibility -
researching
******************************************************************************* *******************************************************************************
......
;******************************************************************************* ;*******************************************************************************
; psi.nsi v1.7 - NSIS script for installing Psi 0.9.3 ; psi.nsi v2.0 - NSIS script for installing Psi 0.10
; Copyright 2004-2005 Mircea Ionut Bardac (IceRAM) ; Copyright 2004-2005 Mircea Ionut Bardac (IceRAM)
; ;
; This program is free software; you can redistribute it and/or ; This program is free software; you can redistribute it and/or
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
;******************************************************************************* ;*******************************************************************************
; Installer Script Version ; Installer Script Version
!define INSTALLER_VERSION "1.7" !define INSTALLER_VERSION "2.0"
!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
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
; Application name ; Application name
!define APPNAME "Psi" !define APPNAME "Psi"
!define APPVERSION "0.9.3" !define APPVERSION "0.10"
!define APPEXTRAVERSION "" !define APPEXTRAVERSION ""
!define APPFULLVERSION "${APPVERSION}${APPEXTRAVERSION}" !define APPFULLVERSION "${APPVERSION}${APPEXTRAVERSION}"
!define APPNAMEANDVERSION "${APPNAME} ${APPFULLVERSION}" !define APPNAMEANDVERSION "${APPNAME} ${APPFULLVERSION}"
...@@ -72,7 +72,7 @@ VIAddVersionKey LegalTrademarks "" ...@@ -72,7 +72,7 @@ VIAddVersionKey LegalTrademarks ""
!endif !endif
!endif !endif
VIAddVersionKey SpecialBuild "Build number: ${INSTALLER_BUILD}" VIAddVersionKey SpecialBuild "Build number: ${INSTALLER_BUILD}"
VIProductVersion "${APPVERSION}.${INSTALLER_BUILD}" VIProductVersion "${APPVERSION}.0.${INSTALLER_BUILD}"
SetCompressor lzma SetCompressor lzma
......
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