From: Uwe Hermann Date: Tue, 4 Oct 2016 11:22:29 +0000 (+0200) Subject: Increase FX2LAFW_VERSION_MINOR to 2. X-Git-Tag: sigrok-firmware-fx2lafw-0.1.4~2 X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=b2893cc9f1b6a2fa4a53f32a85f29195b3ac4878;p=sigrok-firmware-fx2lafw.git Increase FX2LAFW_VERSION_MINOR to 2. 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 bbc155b0..abd877b7 100644 --- a/include/fx2lafw.h +++ b/include/fx2lafw.h @@ -38,6 +38,6 @@ * longer (properly) work with the new fx2lafw firmware. */ #define FX2LAFW_VERSION_MAJOR 1 -#define FX2LAFW_VERSION_MINOR 1 +#define FX2LAFW_VERSION_MINOR 2 #endif