From: Uwe Hermann Date: Wed, 24 Jan 2018 18:46:01 +0000 (+0100) Subject: Increase FX2LAFW_VERSION_MINOR to 3. X-Git-Tag: sigrok-firmware-fx2lafw-0.1.6~1 X-Git-Url: http://sigrok.org/gitweb/?p=sigrok-firmware-fx2lafw.git;a=commitdiff_plain;h=3fe2ae62bbd0bd04d956123014efd6f2f2b12971 Increase FX2LAFW_VERSION_MINOR to 3. 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 07f378f0..4a2cb8ae 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 2 +#define FX2LAFW_VERSION_MINOR 3 #define LED_POLARITY 1 /* 1: active-high, 0: active-low */