From 91802eaf14bcaa566860ab7fbb02e7d5a525a9f2 Mon Sep 17 00:00:00 2001 From: Patrick Roth Date: Tue, 22 Oct 2019 08:29:31 +0200 Subject: library version definition move to CMakeLists.txt --- o3000.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'o3000.h') diff --git a/o3000.h b/o3000.h index 274956e..51c8c3b 100644 --- a/o3000.h +++ b/o3000.h @@ -33,16 +33,10 @@ #include "o3000_portable.h" #include "image_header.h" -/** - * O-3000 library version - */ -#define O3000_VERSION "2.0.3" - #define O3000_VID 0x0483 ///< O3000 vendor ID #define O3000_PID 0xA098 ///< O3000 product ID - /* * All possible error codes */ -- cgit v1.2.1