search for: 98e4102

Displaying 2 results from an estimated 2 matches for "98e4102".

Did you mean: 984102
2007 Aug 03
1
2 commits - configure.ac
...(+), 1 deletion(-) New commits: diff-tree b2bb3938e8d25c4d2342fef54ebb669e39d41570 (from b59b564ad8bac73e812b87cc53441402186bf3b4) Author: Benjamin Otte <otte at gnome.org> Date: Fri Aug 3 23:55:06 2007 +0200 back to development diff --git a/configure.ac b/configure.ac index 5d93042..98e4102 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.58]) -AC_INIT(swfdec,0.5.1) +AC_INIT(swfdec,0.5.1.1) [nano=$(echo $PACKAGE_VERSION | sed 's/[0-9]\.[0-9]\.[0-9][0-9]*\.*//')] if test x"$nano" = x1 ; then diff-tree b59b564ad8bac73e812b87cc53441402186bf...
2007 Aug 03
0
configure.ac
...om b2bb3938e8d25c4d2342fef54ebb669e39d41570) Author: Benjamin Otte <otte at gnome.org> Date: Sat Aug 4 00:31:21 2007 +0200 bump the libversion this should have been in 0.5.1 already. If you're a packager, please include this. diff --git a/configure.ac b/configure.ac index 98e4102..a7b5767 100644 --- a/configure.ac +++ b/configure.ac @@ -33,7 +33,7 @@ else fi AC_DEFINE_UNQUOTED(SWFDEC_LEVEL_DEFAULT, $DEFAULT_DEBUG_LEVEL, [Default debug level used]) -SWFDEC_LIBVERSION="0:0:0" +SWFDEC_LIBVERSION="1:0:0" AC_SUBST(SWFDEC_LIBVERSION) AM_PROG_LIBTOOL