Quote Originally Posted by Gleeok View Post
No idea--doesn't seem to have a good solution. Maybe just a hack-y sanity check when users are editing the version?

Code:
if req_ver > ver //read as: 1.2.0 > 1.10.0
  MessageBox("error setting version");
Agreed, this is what I've put into the code.