Displaying 1 result from an estimated 1 matches for "db8aeff".
Did you mean:
cba8eff
2007 Jan 14
0
2 commits - configure.ac libswfdec/Makefile.am NEWS
...81f3f13c2989f9735642a820942618f08c73e (from 15873a91e23f4820df8514e7cc127dee97d2e720)
Author: Benjamin Otte <otte@gnome.org>
Date: Sun Jan 14 17:13:59 2007 +0100
Use library versioning and set it to 1.0.0 since API was changed since 0.4.0
diff --git a/configure.ac b/configure.ac
index db8aeff..5da6e32 100644
--- a/configure.ac
+++ b/configure.ac
@@ -29,7 +29,7 @@ if test x$SWFDEC_CVS = xyes ; then
AS_COMPILER_FLAG(-Werror, GLOBAL_CFLAGS="$GLOBAL_CFLAGS -Werror")
fi
-SWFDEC_LIBVERSION="0:0:0"
+SWFDEC_LIBVERSION="1:0:0"
AC_SUBST(SWFDEC_LIBVERSION)
AM_...