diff --git a/jpeg2png.c b/jpeg2png.c index b4bfb84..ee78be9 100644 --- a/jpeg2png.c +++ b/jpeg2png.c @@ -17,7 +17,7 @@ #include "logger.h" #include "progressbar.h" -#define JPEG2PNG_VERSION "0.3" +#define JPEG2PNG_VERSION "0.4" static const float default_weight = 0.3; static const float default_pweight = 0.001; static const unsigned default_iterations = 50;