From b3c1fbc36d4e479baabd898573769447d88614da Mon Sep 17 00:00:00 2001 From: Victor van den Elzen Date: Fri, 19 Jun 2015 16:44:12 +0200 Subject: [PATCH] v0.4 --- jpeg2png.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;