summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2013-09-24 15:05:16 +0200
committerSebastian Dröge <slomo@circular-chaos.org>2013-09-24 15:05:16 +0200
commitab56b964623e897ff9d84bf04d137bc65617a8a3 (patch)
treebf032b0c5016c1c7b502cf66c93b8c31bf3cd987
parent3217defa6933d93cc8ca0e991f8a1716bb68a076 (diff)
configure: Actually use 1.3.0.1 as version to make configure happy
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f1f03bbba..6f4e3bf6c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ dnl initialize autoconf
dnl when going to/from release please set the nano (fourth number) right !
dnl releases only do Wall, git and prerelease does Werror too
dnl
-AC_INIT([GStreamer],[1.3.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gstreamer])
+AC_INIT([GStreamer],[1.3.0.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gstreamer])
AG_GST_INIT
dnl initialize automake (we require GNU make)