diff --git a/NEWS b/NEWS index 18acd17..caeaf69 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +Changes between 0.2.0 and 0.2.1: + * Fix seek with file > 2GB on Android + * smb_fread can skip bytes + Changes between 0.1.0 and 0.2.0: -------------------------------- diff --git a/include/bdsm.h b/include/bdsm.h index 5554a2a..254e4a9 100644 --- a/include/bdsm.h +++ b/include/bdsm.h @@ -32,7 +32,7 @@ #define __BDSM_H_ #define BDSM_VERSION_CURRENT 3 -#define BDSM_VERSION_REVISION 0 +#define BDSM_VERSION_REVISION 1 #define BDSM_VERSION_AGE 0 #include "bdsm/netbios_ns.h"