search for: c09d6cf

Displaying 2 results from an estimated 2 matches for "c09d6cf".

Did you mean: c09d6a5
2007 Dec 17
0
3 commits - configure.ac
...gure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 75044ce6f95b11161f5023b039ea71d450cba92c Author: Benjamin Otte <otte at gnome.org> Date: Mon Dec 17 21:21:14 2007 +0100 back to development diff --git a/configure.ac b/configure.ac index 302478c..c09d6cf 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.58]) -AC_INIT(swfdec,0.5.5) +AC_INIT(swfdec,0.5.5.1) [nano=$(echo $PACKAGE_VERSION | sed 's/[0-9]\.[0-9]\.[0-9][0-9]*\.*//')] if test x"$nano" = x1 ; then commit 67ec80453714e5be9927c298a277f677178a0612...
2008 Jan 07
0
12 commits - configure.ac doc/swfdec.types Makefile.am test/crashfinder.c test/dump.c test/Makefile.am test/swfdec-extract.c test/swfdec_out.c test/swfdec_out.h test/swfedit.c test/swfedit_file.c test/swfedit_file.h test/swfedit_list.c test/swfedit_list.h
...00, 0x08, 0x01, 0x1C, 0x96, 0x02, 0x00, 0x08, 0x03, 0x52, 0x17, + 0x1D, 0x00 }; commit d72839e43e6766d1fd4636bf32417365b8eb76b6 Author: Benjamin Otte <otte at gnome.org> Date: Mon Jan 7 17:38:08 2008 +0100 add new scripted testsuite diff --git a/configure.ac b/configure.ac index c09d6cf..98d756a 100644 --- a/configure.ac +++ b/configure.ac @@ -354,6 +354,7 @@ player/Makefile test/Makefile test/image/Makefile test/sound/Makefile +test/test/Makefile test/trace/Makefile test/various/Makefile vivified/Makefile diff --git a/test/Makefile.am b/test/Makefile.am index 1aca7fa..d69a0...