]> sigrok.org Git - sigrok-firmware-fx2lafw.git/blobdiff - include/fx2lafw.h
Increase FX2LAFW_VERSION_MINOR to 2.
[sigrok-firmware-fx2lafw.git] / include / fx2lafw.h
index 5a66de86442e7db729abdbab3f363fd935a4e814..abd877b7923fceebe1679acffb7629399ecc5ca8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the fx2lafw project.
+ * This file is part of the sigrok-firmware-fx2lafw project.
  *
  * Copyright (C) 2012 Joel Holdsworth <joel@airwebreathe.org.uk>
  *
@@ -18,8 +18,8 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
-#ifndef FX2LAFW_FX2LAFW_H
-#define FX2LAFW_FX2LAFW_H
+#ifndef FX2LAFW_INCLUDE_FX2LAFW_H
+#define FX2LAFW_INCLUDE_FX2LAFW_H
 
 #include <autovector.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  2
 
 #endif