Author: ks156 Date: 2008-12-03 14:36:30 +0100 (Wed, 03 Dec 2008) New Revision: 3003
Modified: firmware/fuxusb/trunk/CHANGES firmware/fuxusb/trunk/src/version.h Log: * Bumped to 0.9.2 Modified: firmware/fuxusb/trunk/CHANGES =================================================================== --- firmware/fuxusb/trunk/CHANGES 2008-12-03 13:35:16 UTC (rev 3002) +++ firmware/fuxusb/trunk/CHANGES 2008-12-03 13:36:30 UTC (rev 3003) @@ -6,6 +6,10 @@ ---------------------------------------------------------------------- Current: + +Version 0.9.1: + X Nothing changed on fuxusb + Version 0.9.0: X Nothing changed on fuxusb Modified: firmware/fuxusb/trunk/src/version.h =================================================================== --- firmware/fuxusb/trunk/src/version.h 2008-12-03 13:35:16 UTC (rev 3002) +++ firmware/fuxusb/trunk/src/version.h 2008-12-03 13:36:30 UTC (rev 3003) @@ -31,12 +31,12 @@ */ #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
