Adam-Kulju / Patricia

Extremely aggressive chess engine, written in C++
MIT License
51 stars 6 forks source link

Still wrong version in uci.h? #5

Closed rwbc closed 5 months ago

rwbc commented 5 months ago

No idea why, but despite your history saying it should be fixed uci.h still shows version 0.1 instead 1.0? https://github.com/Adam-Kulju/Patricia/blob/main/engine/src/uci.h#L52 (it's the same in the dev branch BTW)

Noticed it when compiling it the first time here on my new machine a few minutes ago.

Guenther

Edit: Oops, I see now you have overwritten it accidentally with the last commit ;)

Adam-Kulju commented 5 months ago

Thank you for bringing it to my attention. It's now fixed

rwbc commented 5 months ago

You should also change it in the dev branch in case you merge changes from there.