Skip to content

Commit

Permalink
fixed version on nsis installer
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.kvirc.de/svn/tags/kvirc/4.0.0@4558 17fca916-40b9-46aa-a4ea-0a15b648b75c
  • Loading branch information
ctrlaltca committed Jun 29, 2010
1 parent c21157a commit 3c2686a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cmake/KVIrc.nsi.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@
!include "LogicLib.nsh"

Name "KVIrc"
!define VERSION '4.0.0-rc3'
!define RELEASE_NAME 'Insomnia (wip)'
!define VERSION '4.0.0'
!define RELEASE_NAME 'Insomnia'
!define /date RELEASE_VERSION 'r@CMAKE_KVIRC_BUILD_REVISION@'
!define URL_ABOUT 'http://www.kvirc.net/'
!define URL_SUPPORT 'http://www.kvirc.net/'
!define URL_UPDATE 'http://www.kvirc.net/'
!define PUBLISHER 'Szymon Stefanek and The KVIrc Development Team'

; Svn release, eg: KVIrc-4.0.0-rc3-dev-r4300.exe
OutFile KVIrc-${VERSION}-${RELEASE_VERSION}-dev.exe
;OutFile KVIrc-${VERSION}-${RELEASE_VERSION}-dev.exe
; Stable version, eg: KVIrc-4.0.0-Insomnia.exe
;OutFile KVIrc-${VERSION}-${RELEASE_NAME}.exe
OutFile KVIrc-${VERSION}-${RELEASE_NAME}.exe

SetCompressor /SOLID lzma
XPStyle on
Expand Down

0 comments on commit 3c2686a

Please sign in to comment.