Updating EQ2bot scripts

bob_the_builder

Well-Known Member
In the eq2bot script file it lists this:

Code:
	;;;; When Updating Version, be sure to also set the corresponding version variable at the top of EQ2Bot.iss ;;;;
	declare ClassFileVersion int script 20090622
So do I "have to" change the date version listed here?

What does this do?

What if I don't change it or it's not correct?

Just curious
 

Hendrix

Well-Known Member
If i had to guess (sorry i don't have code in front of me) that variable is just set so that it can show you what version you are using in the UI. It is a good idea to set that so that someone helping debug an issue can know what version a user is using.
 
Top Bottom