Displaying 1 result from an estimated 1 matches for "a93a287".
Did you mean:
a33a286
2007 Feb 08
0
5 commits - configure.ac NEWS
...of internal
diff-tree aeda99814414d201c020d71e1717f07ad2c1c9ad (from e066302f8172f17b68430c6b428a386c41c516c4)
Author: Benjamin Otte <otte@gnome.org>
Date: Thu Feb 8 16:20:26 2007 +0100
up LIBVERSION for added swfdec_loader_get_filename
diff --git a/configure.ac b/configure.ac
index a93a287..cfa5fe3 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="1:0:0"
+SWFDEC_LIBVERSION="1:1:0"
AC_SUBST(SWFDEC_LIBVERSION)
AM_...