]> sigrok.org Git - sigrok-firmware-fx2lafw.git/commitdiff
Increase FX2LAFW_VERSION_MINOR to 3.
authorUwe Hermann <redacted>
Wed, 24 Jan 2018 18:46:01 +0000 (19:46 +0100)
committerUwe Hermann <redacted>
Fri, 26 Jan 2018 18:31:16 +0000 (19:31 +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 07f378f063687fae4829abb3b84a37ae2c1f2dd3..4a2cb8ae186358f620e8aaf40947998162caa98f 100644 (file)
@@ -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 */