]> sigrok.org Git - sigrok-firmware-fx2lafw.git/commitdiff
Increase FX2LAFW_VERSION_MINOR to 4.
authorUwe Hermann <redacted>
Thu, 14 Nov 2019 20:45:25 +0000 (21:45 +0100)
committerUwe Hermann <redacted>
Thu, 14 Nov 2019 20:45:25 +0000 (21:45 +0100)
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).

include/fx2lafw.h

index 4a2cb8ae186358f620e8aaf40947998162caa98f..c6606619e775f84ce21a0c027c41cd6bce57bd8e 100644 (file)
@@ -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 */