Author: remi
Date: 2008-09-19 13:03:18 +0200 (Fri, 19 Sep 2008)
New Revision: 1920

Modified:
   software_suite_v2/tuxware/tuxdriver/trunk/src/tux_driver.c
   software_suite_v2/tuxware/tuxdriver/trunk/src/version.h
Log:
* updated the version to 0.0.1 (without state like Beta, Alpha ...)

Modified: software_suite_v2/tuxware/tuxdriver/trunk/src/tux_driver.c
===================================================================
--- software_suite_v2/tuxware/tuxdriver/trunk/src/tux_driver.c  2008-09-19 
10:59:18 UTC (rev 1919)
+++ software_suite_v2/tuxware/tuxdriver/trunk/src/tux_driver.c  2008-09-19 
11:03:18 UTC (rev 1920)
@@ -453,12 +453,11 @@
     tux_desc->driver.version_build = VER_REVISION;
     strcpy(tux_desc->driver.version_state, VER_STATE);
     sprintf(tux_desc->driver.version_string, 
-        "libtuxdriver_%d.%d.%d-r%d(%s)", 
+        "libtuxdriver_%d.%d.%d-r%d", 
         VER_MAJOR,
         VER_MINOR,
         VER_UPDATE,
-        VER_REVISION,
-        VER_STATE);
+        VER_REVISION);
 }
 
 /**

Modified: software_suite_v2/tuxware/tuxdriver/trunk/src/version.h
===================================================================
--- software_suite_v2/tuxware/tuxdriver/trunk/src/version.h     2008-09-19 
10:59:18 UTC (rev 1919)
+++ software_suite_v2/tuxware/tuxdriver/trunk/src/version.h     2008-09-19 
11:03:18 UTC (rev 1920)
@@ -29,7 +29,7 @@
 #define VER_UPDATE          1
 #define VER_REVISION        SVN_REV
 #define VER_DATE            SVN_REVDATE
-#define VER_STATE           "BETA"
+#define VER_STATE           " "
 #ifdef WIN32
 #   define VER_ARCH         "WIN32"
 #else


-------------------------------------------------------------------------
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

Reply via email to