diff --git a/floatimg.h b/floatimg.h index 09f05bc..190d761 100644 --- a/floatimg.h +++ b/floatimg.h @@ -4,12 +4,13 @@ * http://la.buvette.org/photos/cumul */ -#define FIMG_VERSION 132 +#define FIMG_VERSION 133 /* * in memory descriptor */ typedef struct { + int magic; int width; int height; int type;