summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2010-02-10 20:17:36 +0000
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2010-02-10 20:17:36 +0000
commitb1f1e6717b4ea4a99696e0394da7d2c6531d3468 (patch)
tree1f7d16851a2212e650fa7a1d704e0c2c572e5c23 /configure.ac
parent66727af7eb4d3caf1e67b08596edf33c588032f5 (diff)
Release 0.10.26
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 fa241b3f..5c3acc8c 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.25.3,
+AC_INIT(GStreamer Base Plug-ins, 0.10.26,
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.25.2
+GST_REQ=0.10.26
dnl *** autotools stuff ****