diff --git a/easyflash/inc/easyflash.h b/easyflash/inc/easyflash.h index dd9a93f..641875d 100644 --- a/easyflash/inc/easyflash.h +++ b/easyflash/inc/easyflash.h @@ -76,8 +76,8 @@ if (!(EXPR)) \ #endif /* EasyFlash software version number */ -#define EF_SW_VERSION "3.2.0" -#define EF_SW_VERSION_NUM 0x30200 +#define EF_SW_VERSION "3.2.1" +#define EF_SW_VERSION_NUM 0x30201 typedef struct _ef_env { char *key;