diff --git a/configure.ac b/configure.ac index 375f524f..a05cbe55 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,6 @@ -AC_INIT([webpdecode], [0.1]) +AC_INIT([libwebp], [0.1.3], + [http://code.google.com/p/webp/issues],, + [http://code.google.com/speed/webp]) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE([-Wall foreign subdir-objects]) AC_PROG_LIBTOOL