From 55af0ecd51af9b85961eccc3b3e9cc9997b60192 Mon Sep 17 00:00:00 2001 From: Christian Lamparter Date: Sat, 14 Aug 2010 15:43:46 +0200 Subject: [PATCH] carl9170 firmware: update API to 1.8.5 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 a958b17..de83b66 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 4 -#define CARL9170FW_VERSION_GIT "1.8.0" +#define CARL9170FW_VERSION_DAY 14 +#define CARL9170FW_VERSION_GIT "1.8.5" #endif /* __CARL9170_SHARED_VERSION_H */ -- 2.31.1