From: Uwe Hermann Date: Tue, 6 May 2014 18:41:19 +0000 (+0200) Subject: Increase FX2LAFW_VERSION_MINOR to 1. X-Git-Tag: sigrok-firmware-fx2lafw-0.1.2~2 X-Git-Url: http://sigrok.org/gitweb/?p=sigrok-firmware-fx2lafw.git;a=commitdiff_plain;h=b2bd00c4b2e7db5889fc2543fe9a2f132b59b95a Increase FX2LAFW_VERSION_MINOR to 1. 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 6706b2c7..bbc155b0 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 0 +#define FX2LAFW_VERSION_MINOR 1 #endif