Displaying 2 results from an estimated 2 matches for "5da6e32".
Did you mean:
5da6c352
2007 Jan 14
0
2 commits - configure.ac libswfdec/Makefile.am NEWS
...989f9735642a820942618f08c73e (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_PROG_LIBT...
2007 Jan 14
0
configure.ac
...), 1 deletion(-)
New commits:
diff-tree 567b860a933b5917136c9eead72cc55d755023b2 (from bdc3cfcd0acdffd27dcdfabe396d4d47162d197f)
Author: Benjamin Otte <otte@gnome.org>
Date: Sun Jan 14 20:00:30 2007 +0100
set version to 0.4.1 and release
diff --git a/configure.ac b/configure.ac
index 5da6e32..5537eb2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.58])
-AC_INIT(swfdec,0.4.0.1)
+AC_INIT(swfdec,0.4.1)
[nano=$(echo $PACKAGE_VERSION | sed 's/[0-9]\.[0-9]\.[0-9][0-9]*\.*//')]
if test x"$nano" = x1 ; then