From b23dbacc6a7664e1317b4757ae4a1bfb64885869 Mon Sep 17 00:00:00 2001 From: Christian Lamparter Date: Tue, 17 Aug 2010 01:19:48 +0200 Subject: [PATCH] carl9170 firmware: update API to 1.8.6 Signed-off-by: Christian Lamparter --- include/shared/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/shared/version.h b/include/shared/version.h index de83b66..dce0916 100644 --- a/include/shared/version.h +++ b/include/shared/version.h @@ -2,6 +2,6 @@ #define __CARL9170_SHARED_VERSION_H #define CARL9170FW_VERSION_YEAR 10 #define CARL9170FW_VERSION_MONTH 8 -#define CARL9170FW_VERSION_DAY 14 -#define CARL9170FW_VERSION_GIT "1.8.5" +#define CARL9170FW_VERSION_DAY 17 +#define CARL9170FW_VERSION_GIT "1.8.6" #endif /* __CARL9170_SHARED_VERSION_H */ -- 2.31.1