version increment

git-svn-id: https://arducopter.googlecode.com/svn/trunk@3157 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
mich146@hotmail.com 2011-08-23 06:27:51 +00:00
parent d4a1e86854
commit 1a2f26a285
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ const struct Menu::command main_menu_commands[] PROGMEM = {
};
// Create the top-level menu object.
MENU(main_menu, "AC 2.0.39 Beta", main_menu_commands);
MENU(main_menu, "AC 2.0.39b Beta", main_menu_commands);
#endif // CLI_ENABLED