]> sigrok.org Git - sigrok-firmware-fx2lafw.git/commitdiff
Increase FX2LAFW_VERSION_MINOR to 2.
authorUwe Hermann <redacted>
Tue, 4 Oct 2016 11:22:29 +0000 (13:22 +0200)
committerUwe Hermann <redacted>
Mon, 31 Oct 2016 13:45:13 +0000 (14: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 bbc155b008500da1b161d41851d49d1ce2a0427b..abd877b7923fceebe1679acffb7629399ecc5ca8 100644 (file)
@@ -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