TheHighFish / openholdembot

Automatically exported from code.google.com/p/openholdembot, please use the official https://github.com/OpenHoldem/
http://www.maxinmontreal.com
Other
18 stars 135 forks source link

OH version not updated after 2.0.0 release #75

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Which product and version is being used? (OpenHoldem, OpenScrape, OHReplay,
or ManualMode)

OpenHoldem ver 2.0.2

What steps will reproduce the problem?
1. If you try to examine file version in AutoIT, such as:
Local $FileVersion = FileGetVersion($OpenHoldem_Exe, "FileVersion")
msgbox(0, "", 'OPENHOLDEM.EXE VERSION : ' & $FileVersion)

You will get 2.0.0 which is incorrect, should be 2.0.2. This worked fine on 
1.9.x, it's probably just another item on the list of updates for each 
release.

I use this in hopper to log OH version used, for purpose of 
troubleshooting. I hope I'm not the only one :-)

Original issue reported on code.google.com by klanfagu...@hotmail.com on 24 Oct 2009 at 12:19

GoogleCodeExporter commented 9 years ago
Confirmed.
Changed in advance for OH 2.0.4

Original comment by thehighfish@googlemail.com on 24 Oct 2009 at 6:20