X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=include%2Ffx2lafw.h;h=bbc155b008500da1b161d41851d49d1ce2a0427b;hb=4c9f15c9b885f4c08ed6c49df9fd382fa4008261;hp=5a66de86442e7db729abdbab3f363fd935a4e814;hpb=c7e02d8c24b6f89a274b33300dd47925f5ffb69f;p=sigrok-firmware-fx2lafw.git diff --git a/include/fx2lafw.h b/include/fx2lafw.h index 5a66de86..bbc155b0 100644 --- a/include/fx2lafw.h +++ b/include/fx2lafw.h @@ -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 * @@ -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 @@ -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