diff options
author | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-08-23 03:53:03 +0200 |
---|---|---|
committer | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-08-23 03:53:03 +0200 |
commit | 1a8d88669738c3a7e2d77579dd953d64dee1573c (patch) | |
tree | 81e861e3d0e114c603d41a4c0024904c4a795246 /build | |
parent | 1aba76193dbe16d902a1452790814d5d9ed0d0a7 (diff) |
update version number for rebuild
Diffstat (limited to 'build')
-rw-r--r-- | build/xchat-wdk-x64.iss | 10 | ||||
-rw-r--r-- | build/xchat-wdk-x86.iss | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/build/xchat-wdk-x64.iss b/build/xchat-wdk-x64.iss index 0afce4eb..3ed99fa3 100644 --- a/build/xchat-wdk-x64.iss +++ b/build/xchat-wdk-x64.iss @@ -1,9 +1,9 @@ [Setup] AppName=XChat-WDK (x64) -AppVerName=XChat-WDK (x64) r1459 -AppVersion=14.59 -VersionInfoVersion=14.59 -OutputBaseFilename=XChat-WDK r1459 x64 +AppVerName=XChat-WDK (x64) r1459-2 +AppVersion=14.59.2 +VersionInfoVersion=14.59.2 +OutputBaseFilename=XChat-WDK r1459-2 x64 AppPublisher=XChat-WDK AppPublisherURL=http://code.google.com/p/xchat-wdk/ AppCopyright=Copyright (C) 1998-2010 Peter Zelezny @@ -19,7 +19,7 @@ DefaultGroupName=XChat-WDK DisableProgramGroupPage=yes SolidCompression=yes SourceDir=..\..\xchat-wdk-x64 -OutputDir=. +OutputDir=..\xchat-wdk\build FlatComponentsList=no PrivilegesRequired=none CreateUninstallRegKey=not IsTaskSelected('portablemode') diff --git a/build/xchat-wdk-x86.iss b/build/xchat-wdk-x86.iss index ef68f7dc..a2bc0fcf 100644 --- a/build/xchat-wdk-x86.iss +++ b/build/xchat-wdk-x86.iss @@ -1,9 +1,9 @@ [Setup] AppName=XChat-WDK (x86) -AppVerName=XChat-WDK (x86) r1459 -AppVersion=14.59 -VersionInfoVersion=14.59 -OutputBaseFilename=XChat-WDK r1459 x86 +AppVerName=XChat-WDK (x86) r1459-2 +AppVersion=14.59.2 +VersionInfoVersion=14.59.2 +OutputBaseFilename=XChat-WDK r1459-2 x86 AppPublisher=XChat-WDK AppPublisherURL=http://code.google.com/p/xchat-wdk/ AppCopyright=Copyright (C) 1998-2010 Peter Zelezny @@ -19,7 +19,7 @@ DefaultGroupName=XChat-WDK DisableProgramGroupPage=yes SolidCompression=yes SourceDir=..\..\xchat-wdk-x86 -OutputDir=. +OutputDir=..\xchat-wdk\build FlatComponentsList=no PrivilegesRequired=none CreateUninstallRegKey=not IsTaskSelected('portablemode') |