summaryrefslogtreecommitdiff
path: root/graphics/optipng/patches/patch-ae
blob: 3c0edc6d83378692971a0ae3131f98b59bd98b11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-ae,v 1.1.2.2 2009/03/03 19:57:53 tron Exp $
diff -ru optipng-0.6.2/src/proginfo.h optipng-0.6.2.1/src/proginfo.h
--- src/proginfo.h	2008-11-09 23:56:00.000000000 -0500
+++ src/proginfo.h	2009-02-22 23:38:00.000000000 -0500
@@ -1,5 +1,5 @@
 #define PROGRAM_NAME        "OptiPNG"
 #define PROGRAM_DESCRIPTION "Advanced PNG optimizer"
-#define PROGRAM_VERSION     "0.6.2"
-#define PROGRAM_COPYRIGHT   "Copyright (C) 2001-2008 Cosmin Truta"
+#define PROGRAM_VERSION     "0.6.2.1"
+#define PROGRAM_COPYRIGHT   "Copyright (C) 2001-2009 Cosmin Truta"
 #define PROGRAM_URI         "http://optipng.sourceforge.net/"