From: Christian Lamparter Date: Wed, 4 Aug 2010 16:20:05 +0000 (+0200) Subject: carl9170 firmware: update API to 1.8.0 X-Git-Tag: 1.8.0^0 X-Git-Url: https://jxself.org/git/?p=carl9170fw.git;a=commitdiff_plain;h=6e287f3e8868aefeb7289bd13e391266d31566fc;hp=728210b58b90a703f7f00fc21f8abaef610208a7 carl9170 firmware: update API to 1.8.0 Signed-off-by: Christian Lamparter --- diff --git a/include/shared/version.h b/include/shared/version.h index a8fbe2f..a958b17 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 7 -#define CARL9170FW_VERSION_DAY 27 -#define CARL9170FW_VERSION_GIT "1.7.3" +#define CARL9170FW_VERSION_MONTH 8 +#define CARL9170FW_VERSION_DAY 4 +#define CARL9170FW_VERSION_GIT "1.8.0" #endif /* __CARL9170_SHARED_VERSION_H */