summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1e9c9afe..b45c77dd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2008-04-16 Jan Schmidt <jan.schmidt@sun.com>
+ * configure.ac:
+ 0.10.7.3 pre-release
+
+2008-04-16 Jan Schmidt <jan.schmidt@sun.com>
+
* tests/check/Makefile.am:
Disable some more elements in the state test.
Add a define so the soup test can find the test files
diff --git a/configure.ac b/configure.ac
index 14eb2248..7b574d43 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@ dnl please read gstreamer/docs/random/autotools before changing this file
dnl initialize autoconf
dnl releases only do -Wall, cvs and prerelease does -Werror too
dnl use a three digit version number for releases, and four for cvs/pre
-AC_INIT(GStreamer Good Plug-ins, 0.10.7.1,
+AC_INIT(GStreamer Good Plug-ins, 0.10.7.3,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-plugins-good)