PDA

View Full Version : Update mechanism alway says new version available


BoomerET
November 4th, 2013, 06:00 AM
Here's my project:

http://forums.wolflair.com/showthread.php?t=45590

I'm on a different machine, using built-in update mechanism, download my ruleset. I close HL, open it back up, and it says there's a new version available. Download, import, run gamesystem, close HL.

Next time I start, it says there's a new update (which I know there isn't as I'm the author, and haven't uploaded anything new)
Here's my xml:

<document signature="Lone Wolf Updates" version="1">
<update name="Castles & Crusades - Community Character Generator (v0.6)" date="2013/11/03:2224" size="312"
description="Character generator for Castles & Crusades by Troll Lord Games."
uniqueid="0"
filetype="3"
download="http://www.ai6k.com/herolab/candc/CandC.hl" website="http://forums.wolflair.com/showthread.php?p=164472" companyurl="http://forums.wolflair.com/showthread.php?p=164472" priority="99"
platform="win"
major="0"
minor="6"
patch=""
folder="candc" special="" dynamic=""/>
</document>

Mathias
November 4th, 2013, 06:49 AM
When I checked the definition.def file I got through the link to the .zip you provided, it says major="0" minor="1", but here, the code you've posted says major="0" minor="6".

Therefore, Hero Lab will compare the version number recorded in the data - 0.1, to the number recorded in the announcement - 0.6, and warn you that the data is out of date.

BoomerET
November 4th, 2013, 07:54 AM
Sweet, thanks Mathias.