diff --git a/jpeg2png.c b/jpeg2png.c index 7ae7c0b..f079e39 100644 --- a/jpeg2png.c +++ b/jpeg2png.c @@ -18,7 +18,7 @@ #include "progressbar.h" #include "fp_exceptions.h" -#define JPEG2PNG_VERSION "1.0" +#define JPEG2PNG_VERSION "1.01" static const float default_weight = 0.3; static const float default_pweight = 0.001; static const unsigned default_iterations = 50;