From: Christian Lamparter Date: Tue, 12 Oct 2010 11:00:21 +0000 (+0200) Subject: carl9170 firmware: update API to 1.9.0 X-Git-Tag: 1.9.0^0 X-Git-Url: https://jxself.org/git/?p=carl9170fw.git;a=commitdiff_plain;h=8ac0cf84b50326f89786ba35a7845570c182c7a7 carl9170 firmware: update API to 1.9.0 Signed-off-by: Christian Lamparter --- diff --git a/include/shared/version.h b/include/shared/version.h index ff53f07..4a3887d 100644 --- a/include/shared/version.h +++ b/include/shared/version.h @@ -1,7 +1,7 @@ #ifndef __CARL9170_SHARED_VERSION_H #define __CARL9170_SHARED_VERSION_H #define CARL9170FW_VERSION_YEAR 10 -#define CARL9170FW_VERSION_MONTH 9 -#define CARL9170FW_VERSION_DAY 28 -#define CARL9170FW_VERSION_GIT "1.8.8.3" +#define CARL9170FW_VERSION_MONTH 10 +#define CARL9170FW_VERSION_DAY 12 +#define CARL9170FW_VERSION_GIT "1.9.0" #endif /* __CARL9170_SHARED_VERSION_H */