diff --git a/include/consts.h b/include/consts.h index a0901b5..9fc9315 100644 --- a/include/consts.h +++ b/include/consts.h @@ -1,7 +1,7 @@ #ifndef CONSTS_H #define CONSTS_H -#define BIGNUMLIB_VERSION "0.9" +#define BIGNUMLIB_VERSION "1.0" #define SIZE_T_MAX_DIGITS ( 241 * sizeof(size_t) / 100 + 1 )