diff options
author | Jan Schmidt <thaytan@noraisin.net> | 2009-10-05 13:56:15 +0100 |
---|---|---|
committer | Jan Schmidt <thaytan@noraisin.net> | 2009-10-05 13:56:15 +0100 |
commit | 225d6d77b172eb982eebdd092e378c21896208ea (patch) | |
tree | 29bdc341c6f482b7461a503b4db1dd462060941c /configure.ac | |
parent | 336573f38cbf36966683f89fcfa47e9c929855d8 (diff) |
Release 0.10.25
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index c791879f..8c47d3cb 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.24.4, +AC_INIT(GStreamer Base Plug-ins, 0.10.25, 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.24.2 +GST_REQ=0.10.25 dnl *** autotools stuff **** |