updated version numbers on rescheduled todo items

This commit is contained in:
Iurii Chernyi 2009-08-16 11:29:44 +00:00
parent e1bc649114
commit 7b1d5e24fb
2 changed files with 2 additions and 2 deletions

View File

@ -325,7 +325,7 @@ bool configuration::upgrade_side_config_from_1_07_02_to_1_07_03(config &cfg)
bool configuration::modify_ai_configuration(const config &/*mod_ai*/, config &/*parsed_cfg*/)
{
//@todo 1.7.3 implement
//@todo 1.7.4 implement
return true;
}

View File

@ -48,7 +48,7 @@ typedef boost::shared_ptr<ai_composite> composite_ai_ptr;
/**
* Base class that holds the AI and current AI parameters.
* It is an implementation detail.
* @todo 1.7.3 move it out of public view
* @todo 1.7.4 move it out of public view
*/
class holder{
public: