Author: ks156 Date: 2008-12-03 14:32:16 +0100 (Wed, 03 Dec 2008) New Revision: 3000
Modified: firmware/tuxcore/trunk/CHANGES firmware/tuxcore/trunk/version.h Log: * Bumped to 0.9.2 Modified: firmware/tuxcore/trunk/CHANGES =================================================================== --- firmware/tuxcore/trunk/CHANGES 2008-12-03 13:31:23 UTC (rev 2999) +++ firmware/tuxcore/trunk/CHANGES 2008-12-03 13:32:16 UTC (rev 3000) @@ -7,6 +7,9 @@ ---------------------------------------------------------------------- Current: +Version 0.9.1: + * Fixed a bug with the timeout. + Version 0.9.0: * Added timeouts on the motors * Fixed a bug with the flippers reset sequence Modified: firmware/tuxcore/trunk/version.h =================================================================== --- firmware/tuxcore/trunk/version.h 2008-12-03 13:31:23 UTC (rev 2999) +++ firmware/tuxcore/trunk/version.h 2008-12-03 13:32:16 UTC (rev 3000) @@ -30,11 +30,11 @@ #define VER_MAJOR 0 #define VER_MINOR 9 -#define VER_UPDATE 1 +#define VER_UPDATE 2 /** RELEASE should be set to '1' prior to tagging a release, and reset * immediately after. It's like appending (SVN_UNRELEASED) to a version number * when equal to '0'. */ -#define RELEASE 1 +#define RELEASE 0 #define AUTHOR_ID 0 /* official release */ #define VARIATION 0 /* generic firmware */ ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Tux-droid-svn mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tux-droid-svn
