summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2010-02-24 01:10:09 +0000
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2010-02-24 01:10:09 +0000
commit2a681eff5eb2d69bbc4b695f1a78d01fe29cf71f (patch)
treeb34a67cd6c01346dff2881ba3604e1891e108fb8 /configure.ac
parent6de021c56e67d0d6c59e178dcfd202b3158eff3e (diff)
0.10.26.3 pre-release
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 9f6833c4..29174f73 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, git and prerelease does -Werror too
dnl use a three digit version number for releases, and four for git/prerelease
-AC_INIT(GStreamer Base Plug-ins, 0.10.26.2,
+AC_INIT(GStreamer Base Plug-ins, 0.10.26.3,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-plugins-base)
@@ -55,7 +55,7 @@ AC_LIBTOOL_WIN32_DLL
AM_PROG_LIBTOOL
dnl *** required versions of GStreamer stuff ***
-GST_REQ=0.10.26
+GST_REQ=0.10.26.3
dnl *** autotools stuff ****