]> sigrok.org Git - sigrok-firmware-fx2lafw.git/commitdiff
Increase FX2LAFW_VERSION_MINOR to 1.
authorUwe Hermann <redacted>
Tue, 6 May 2014 18:41:19 +0000 (20:41 +0200)
committerUwe Hermann <redacted>
Tue, 6 May 2014 18:42:53 +0000 (20:42 +0200)
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 6706b2c71f59c822605c33d2f3365a364e1e96be..bbc155b008500da1b161d41851d49d1ce2a0427b 100644 (file)
@@ -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