revved version

git-svn-id: https://arducopter.googlecode.com/svn/trunk@2236 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
jasonshort 2011-05-09 17:48:32 +00:00
parent a0d9c52d87
commit b31a037539
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ const struct Menu::command main_menu_commands[] PROGMEM = {
};
// Create the top-level menu object.
MENU(main_menu, "AC 2.0.1 Beta", main_menu_commands);
MENU(main_menu, "AC 2.0.2 Beta", main_menu_commands);
void init_ardupilot()
{