From 98596c35d99546958dfc36791e1fcff82eb5784b Mon Sep 17 00:00:00 2001 From: nicklas79 Date: Sat, 10 Mar 2012 09:03:12 +0000 Subject: [PATCH] don't manage version it's boring. I prefer an automatic solution git-svn-id: https://syntekdriver.svn.sourceforge.net/svnroot/syntekdriver/trunk@106 7ebf7acc-fb20-0410-9ab9-f560f4c3b721 --- driver/stk11xx.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/driver/stk11xx.h b/driver/stk11xx.h index 4fb6ec1..e773104 100644 --- a/driver/stk11xx.h +++ b/driver/stk11xx.h @@ -35,10 +35,8 @@ #define STK11XX_H #define DRIVER_NAME "stk11xx" /**< Name of this driver */ -#define DRIVER_VERSION \ - "3.0.0 (" DRIVER_VERSION_STR ")" /**< Version of this driver */ +#define DRIVER_VERSION "v3.0.0" /**< Version of this driver */ #define DRIVER_VERSION_NUM 0x030000 /**< Version numerical of this driver */ -#define DRIVER_VERSION_STR "trunk - rev.104" /**< Version string of this driver */ #define DRIVER_YEAR 2012 /**< Last year of source code edition */ #define DRIVER_DESC "Syntek USB Video Camera" /**< Short description of this driver */ #define DRIVER_AUTHOR "Nicolas VIVIEN" /**< Author of this driver */ @@ -46,9 +44,6 @@ #define DRIVER_URL \ "http://sourceforge.net/projects/syntekdriver/" /**< Project page URL of this driver */ -#define STRINGIZE2(s) #s /**< Tricks to "stringify" token */ -#define STRINGIZE(s) STRINGIZE2(s) /**< Tricks to "stringify" token */ - #define USB_SYNTEK1_VENDOR_ID 0x174f /**< Vendor ID of the camera */ #define USB_SYNTEK2_VENDOR_ID 0x05e1 /**< Vendor ID of the camera */ -- 2.11.4.GIT