dcoppa d44d84fe73 Fix pasto:
size_t last = env_vers.find_first_of(".");

should have been

size_t last = env_vers.find_last_of(".");

Spotted by zhuk@
Gave him my ok for the diff, but he probably forgot to commit it
2015-12-18 17:20:40 +00:00
..
2015-03-26 07:10:02 +00:00
2015-12-18 17:20:40 +00:00
2015-12-08 17:18:59 +00:00
2015-12-18 17:20:40 +00:00
2015-12-18 17:20:40 +00:00