Updated for 3.3.1.0 bugfix release.

This commit is contained in:
Lorenz Cuno Klopfenstein 2011-04-06 23:12:22 +02:00
parent a0b571206b
commit dc7d8fa645
3 changed files with 5 additions and 5 deletions

View file

@ -53,7 +53,7 @@ Function RegisterApplication
WriteRegStr HKCU "${REG_UNINSTALL}" "DisplayName" "OnTopReplica"
WriteRegStr HKCU "${REG_UNINSTALL}" "DisplayIcon" "$\"$INSTDIR\OnTopReplica.exe$\""
WriteRegStr HKCU "${REG_UNINSTALL}" "Publisher" "Lorenz Cuno Klopfenstein"
WriteRegStr HKCU "${REG_UNINSTALL}" "DisplayVersion" "3.3.0.0"
WriteRegStr HKCU "${REG_UNINSTALL}" "DisplayVersion" "3.3.1.0"
WriteRegDWord HKCU "${REG_UNINSTALL}" "EstimatedSize" 960 ;KB
WriteRegStr HKCU "${REG_UNINSTALL}" "HelpLink" "${WEBSITE_LINK}"
WriteRegStr HKCU "${REG_UNINSTALL}" "URLInfoAbout" "${WEBSITE_LINK}"

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<UpdateInformation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<latestVersion>3.3.0.0</latestVersion>
<latestVersionRelease>2011-04-04T22:00:00Z</latestVersionRelease>
<latestVersion>3.3.1.0</latestVersion>
<latestVersionRelease>2011-04-06T23:10:00Z</latestVersionRelease>
<downloadPage>http://www.klopfenstein.net/lorenz.aspx/ontopreplica</downloadPage>
</UpdateInformation>

View file

@ -33,5 +33,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.3.0.0")]
[assembly: AssemblyFileVersion("3.3.0.0")]
[assembly: AssemblyVersion("3.3.1.0")]
[assembly: AssemblyFileVersion("3.3.1.0")]