search for: 301a83a

Displaying 2 results from an estimated 2 matches for "301a83a".

Did you mean: 30183
2007 Feb 08
0
5 commits - configure.ac NEWS
...insertions(+), 2 deletions(-) New commits: diff-tree bca06937c45d0d89271681e0dbd3a2fbeeaa9dd0 (from 4c71feeaac91fa2ef52d22b83ba56c672d524ae0) Author: Benjamin Otte <otte@gnome.org> Date: Thu Feb 8 21:29:42 2007 +0100 back to cvs diff --git a/configure.ac b/configure.ac index 055efb0..301a83a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.58]) -AC_INIT(swfdec,0.4.2) +AC_INIT(swfdec,0.4.2.1) [nano=$(echo $PACKAGE_VERSION | sed 's/[0-9]\.[0-9]\.[0-9][0-9]*\.*//')] if test x"$nano" = x1 ; then diff-tree 4c71feeaac91fa2ef52d22b83ba56c672d524...
2007 Feb 17
0
8 commits - configure.ac doc/swfdec-sections.txt libswfdec/swfdec_loader.c libswfdec/swfdec_player.c libswfdec/swfdec_player.h libswfdec/swfdec_player_internal.h libswfdec/swfdec_root_movie.c libswfdec/swfdec_scriptable.c libswfdec/swfdec_scriptable.h
...891659da30d4daf (from d33393b8767f81772dee644af8bc7143e766e4bb) Author: Benjamin Otte <otte@gnome.org> Date: Sat Feb 17 11:18:54 2007 +0100 Add swfdec_player_set_loader_with_variables stub Also update configure.ac for updated API diff --git a/configure.ac b/configure.ac index 301a83a..2c45bf2 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:1:0" +SWFDEC_LIBVERSION="1:2:0" AC_SUBST(SWFDEC_LIBVERSION) AM_...