summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2007-11-15 11:01:04 +0100
committerBenjamin Otte <otte@gnome.org>2007-11-15 11:01:04 +0100
commitb621bf359cd9c0ee1db2cd19215309067bb7f06a (patch)
treec0f672dd807a6f8954563a4d584f402c759bfa48
parentcc3f3012faff689fa2d34663387194032abd4013 (diff)
release 0.5.40.5.4
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 7abf6e3b..514f515a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.58])
-AC_INIT(swfdec,0.5.3.1)
+AC_INIT(swfdec,0.5.4)
[nano=$(echo $PACKAGE_VERSION | sed 's/[0-9]\.[0-9]\.[0-9][0-9]*\.*//')]
if test x"$nano" = x1 ; then
@@ -33,7 +33,7 @@ else
fi
AC_DEFINE_UNQUOTED(SWFDEC_LEVEL_DEFAULT, $DEFAULT_DEBUG_LEVEL, [Default debug level used])
-SWFDEC_LIBVERSION="3:0:0"
+SWFDEC_LIBVERSION="4:0:0"
AC_SUBST(SWFDEC_LIBVERSION)
AM_PROG_LIBTOOL