[Swfdec-commits] 3 commits - configure.ac NEWS
Benjamin Otte
company at kemper.freedesktop.org
Thu Nov 13 01:39:57 PST 2008
NEWS | 5 +++++
configure.ac | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
New commits:
commit 7ff34a6d2baf3c1addc2f5a3f45dd9e0e9c00c92
Author: Benjamin Otte <otte at gnome.org>
Date: Wed Nov 12 09:35:24 2008 +0100
back to development
diff --git a/configure.ac b/configure.ac
index 6e87188..b2cc44d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.58])
-AC_INIT(swfdec-mozilla,0.9.2)
+AC_INIT(swfdec-mozilla,0.9.3)
[SWFDEC_DEVEL=$(echo $PACKAGE_VERSION | sed 's/[0-9]\.[0-9][0-9]*\.[0-9]*[13579]/yes/')]
@@ -49,7 +49,7 @@ AC_ARG_WITH(pkg-config-path,
dnl Check for essential libraries first:
dnl ====================================
-SWFDEC_REQUIRES=0.9.2
+SWFDEC_REQUIRES=0.9.3
PKG_CHECK_MODULES(SWFDEC, gmodule-2.0 swfdec-gtk-$SWFDEC_MAJORMINOR = $SWFDEC_REQUIRES, HAVE_SWFDEC=yes, HAVE_SWFDEC=no)
if test "$HAVE_SWFDEC" = "no"; then
AC_MSG_ERROR([cannot find swfdec-$SWFDEC_MAJORMINOR $SWFDEC_REQUIRES, which is required for build])
commit 5bbea2888fc074f13677e94c5be63f5a2aa9c69b
Author: Benjamin Otte <otte at gnome.org>
Date: Tue Nov 11 16:39:44 2008 +0100
release 0.9.2
diff --git a/configure.ac b/configure.ac
index eaf7d36..6e87188 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.58])
-AC_INIT(swfdec-mozilla,0.9.1)
+AC_INIT(swfdec-mozilla,0.9.2)
[SWFDEC_DEVEL=$(echo $PACKAGE_VERSION | sed 's/[0-9]\.[0-9][0-9]*\.[0-9]*[13579]/yes/')]
@@ -49,7 +49,7 @@ AC_ARG_WITH(pkg-config-path,
dnl Check for essential libraries first:
dnl ====================================
-SWFDEC_REQUIRES=0.9.1
+SWFDEC_REQUIRES=0.9.2
PKG_CHECK_MODULES(SWFDEC, gmodule-2.0 swfdec-gtk-$SWFDEC_MAJORMINOR = $SWFDEC_REQUIRES, HAVE_SWFDEC=yes, HAVE_SWFDEC=no)
if test "$HAVE_SWFDEC" = "no"; then
AC_MSG_ERROR([cannot find swfdec-$SWFDEC_MAJORMINOR $SWFDEC_REQUIRES, which is required for build])
commit 4b33aa874ffec1f2cfe6b14b593d4ef4baaf817f
Author: Benjamin Otte <otte at gnome.org>
Date: Tue Nov 11 16:36:44 2008 +0100
update for release
diff --git a/NEWS b/NEWS
index ebcd07a..6a8b71d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,9 @@
+ 0.9.2 ("Hi new Kenny.")
+
+Nothing new here:
+- update build checks to 0.9
+
0.8.2 ("Would you like a monkey claw?")
Oh, we need an update to a stable release. :(
More information about the Swfdec-commits
mailing list