X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=configure.ac;h=064430ce85b369f3b62b6d5f35c9d8b7e409baf4;hb=473c00819902c05e1892b9d20b8e377adf47fe50;hp=6fabf91f1ee90a16b763136dcedf56fad8f19f7e;hpb=cd202c647b01e49a4951d383d30e8779067c0a0a;p=platform%2Fupstream%2Fgstreamer.git diff --git a/configure.ac b/configure.ac index 6fabf91..064430c 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.2.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gstreamer]) +AC_INIT([GStreamer],[1.3.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gstreamer]) AG_GST_INIT dnl initialize automake (we require GNU make) @@ -64,7 +64,7 @@ dnl 1.2.5 => 205 dnl 1.10.9 (who knows) => 1009 dnl dnl sets GST_LT_LDFLAGS -AS_LIBTOOL(GST, 200, 0, 200) +AS_LIBTOOL(GST, 301, 0, 301) dnl *** autotools stuff ****