From: Uwe Hermann Date: Thu, 14 Nov 2019 20:45:25 +0000 (+0100) Subject: Increase FX2LAFW_VERSION_MINOR to 4. X-Git-Tag: sigrok-firmware-fx2lafw-0.1.7~1 X-Git-Url: http://sigrok.org/gitweb/?p=sigrok-firmware-fx2lafw.git;a=commitdiff_plain;h=8da0cd02228bb6890eb5068e6507bf6ce0d2fdd2 Increase FX2LAFW_VERSION_MINOR to 4. There have been changes since the last release, but they have been compatible ones that don't require any host-side (libsigrok) changes, thus only increase FX2LAFW_VERSION_MINOR (but not FX2LAFW_VERSION_MAJOR). --- diff --git a/include/fx2lafw.h b/include/fx2lafw.h index 4a2cb8ae..c6606619 100644 --- a/include/fx2lafw.h +++ b/include/fx2lafw.h @@ -37,7 +37,7 @@ * longer (properly) work with the new fx2lafw firmware. */ #define FX2LAFW_VERSION_MAJOR 1 -#define FX2LAFW_VERSION_MINOR 3 +#define FX2LAFW_VERSION_MINOR 4 #define LED_POLARITY 1 /* 1: active-high, 0: active-low */